Skip to content

Commit

Permalink
Update version to v22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tinosulzer authored Mar 28, 2022
1 parent 23157ae commit 8396fd7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

# [Unreleased](https://github.com/pybamm-team/PyBaMM/)
# [Unreleased](https://github.com/pybamm-team/PyBaMM/)
# [v22.3](https://github.com/pybamm-team/PyBaMM/tree/v22.3) - 2022-03-31


## Features

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ keywords:
- "expression tree"
- "python"
- "symbolic differentiation"
version: "22.2"
version: "22.3"
repository-code: "https://github.com/pybamm-team/PyBaMM"
title: "Python Battery Mathematical Modelling (PyBaMM)"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = "The PyBaMM Team"

# The short X.Y version
version = "22.2"
version = "22.3"
# The full version, including alpha/beta/rc tags
release = version

Expand Down
2 changes: 1 addition & 1 deletion pybamm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "22.2"
__version__ = "22.3"
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pybamm",
"version-string": "22.2",
"version-string": "22.3",
"dependencies": [
{
"name": "sundials",
Expand Down

0 comments on commit 8396fd7

Please sign in to comment.