Skip to content

Commit

Permalink
Merge pull request #1706 from pybamm-team/release-21.09
Browse files Browse the repository at this point in the history
release
  • Loading branch information
valentinsulzer authored Oct 1, 2021
2 parents 032dda5 + ed3c5c8 commit 51ee22a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Unreleased](https://github.com/pybamm-team/PyBaMM)
# [v21.9](https://github.com/pybamm-team/PyBaMM/tree/v21.9) - 2021-09-30

## 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: 21.08
version: 21.9
repository-code: "https://github.com/pybamm-team/PyBaMM"
title: "Python Battery Mathematical Modelling (PyBaMM)"
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
author = "The PyBaMM Team"

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


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pybamm/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21, 8
21, 9
8 changes: 5 additions & 3 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "pybamm",
"version-string": "21.08",
"version-string": "21.9",
"dependencies": [
{
"name": "sundials",
"default-features": false,
"features": [ "klu" ]
"features": [
"klu"
]
}
]
}
}

0 comments on commit 51ee22a

Please sign in to comment.