Skip to content

Commit 51ee22a

Browse files
Merge pull request #1706 from pybamm-team/release-21.09
release
2 parents 032dda5 + ed3c5c8 commit 51ee22a

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Unreleased](https://github.com/pybamm-team/PyBaMM)
1+
# [v21.9](https://github.com/pybamm-team/PyBaMM/tree/v21.9) - 2021-09-30
22

33
## Features
44

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: 21.08
27+
version: 21.9
2828
repository-code: "https://github.com/pybamm-team/PyBaMM"
2929
title: "Python Battery Mathematical Modelling (PyBaMM)"

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
author = "The PyBaMM Team"
2727

2828
# The short X.Y version
29-
version = "21.08"
29+
version = "21.9"
3030
# The full version, including alpha/beta/rc tags
31-
release = "21.08"
31+
release = "21.9"
3232

3333

3434
# -- General configuration ---------------------------------------------------

pybamm/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21, 8
1+
21, 9

vcpkg.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "pybamm",
3-
"version-string": "21.08",
3+
"version-string": "21.9",
44
"dependencies": [
55
{
66
"name": "sundials",
77
"default-features": false,
8-
"features": [ "klu" ]
8+
"features": [
9+
"klu"
10+
]
911
}
1012
]
11-
}
13+
}

0 commit comments

Comments
 (0)