Skip to content

Commit 8396fd7

Browse files
author
tinosulzer
authored
Update version to v22.3
1 parent 23157ae commit 8396fd7

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
21
# [Unreleased](https://github.com/pybamm-team/PyBaMM/)
2+
# [Unreleased](https://github.com/pybamm-team/PyBaMM/)
3+
# [v22.3](https://github.com/pybamm-team/PyBaMM/tree/v22.3) - 2022-03-31
4+
35

46
## Features
57

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ keywords:
2424
- "expression tree"
2525
- "python"
2626
- "symbolic differentiation"
27-
version: "22.2"
27+
version: "22.3"
2828
repository-code: "https://github.com/pybamm-team/PyBaMM"
2929
title: "Python Battery Mathematical Modelling (PyBaMM)"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "The PyBaMM Team"
2828

2929
# The short X.Y version
30-
version = "22.2"
30+
version = "22.3"
3131
# The full version, including alpha/beta/rc tags
3232
release = version
3333

pybamm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "22.2"
1+
__version__ = "22.3"

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pybamm",
3-
"version-string": "22.2",
3+
"version-string": "22.3",
44
"dependencies": [
55
{
66
"name": "sundials",

0 commit comments

Comments
 (0)