From 615968960d0841cc9e0ab2d017d556082926a9e2 Mon Sep 17 00:00:00 2001 From: tinosulzer Date: Wed, 28 Sep 2022 10:16:14 +0000 Subject: [PATCH] Update version to v22.9 --- CHANGELOG.md | 2 ++ CITATION.cff | 2 +- docs/conf.py | 2 +- pybamm/version.py | 2 +- vcpkg.json | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fda410addc..8c2c65ce0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [Unreleased](https://github.com/pybamm-team/PyBaMM/) +# [v22.9](https://github.com/pybamm-team/PyBaMM/tree/v22.9) - 2022-09-30 + ## Features - Added function `pybamm.get_git_commit_info()`, which returns information about the last git commit, useful for reproducibility ([#2293](https://github.com/pybamm-team/PyBaMM/pull/2293)) diff --git a/CITATION.cff b/CITATION.cff index c679223f38..ce02beffe5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,6 +24,6 @@ keywords: - "expression tree" - "python" - "symbolic differentiation" -version: "22.8" +version: "22.9" repository-code: "https://github.com/pybamm-team/PyBaMM" title: "Python Battery Mathematical Modelling (PyBaMM)" diff --git a/docs/conf.py b/docs/conf.py index 45c19a56b6..ac3d0da7a5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = "The PyBaMM Team" # The short X.Y version -version = "22.8" +version = "22.9" # The full version, including alpha/beta/rc tags release = version diff --git a/pybamm/version.py b/pybamm/version.py index bb05e44718..8ca725880c 100644 --- a/pybamm/version.py +++ b/pybamm/version.py @@ -1 +1 @@ -__version__ = "22.8" +__version__ = "22.9" diff --git a/vcpkg.json b/vcpkg.json index e40e07eb14..a91c3fd080 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "pybamm", - "version-string": "22.8", + "version-string": "22.9", "dependencies": [ "casadi", {