From cb38ed5113452d82ac4a63ec3ef34e62f61ad8ed Mon Sep 17 00:00:00 2001 From: Tom Tranter Date: Wed, 5 Jul 2023 14:16:42 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 12 ++++++++++-- liionpack/__init__.py | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ce8a2b..ab8bc788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,15 @@ - ([#PR](link)) -# [v0.3.6](https://github.com/pybamm-team/liionpack/) +# [v0.3.7](https://github.com/pybamm-team/liionpack/tree/v0.3.7) - 2023-07-05 + + +## Bug fixes + +- Update to PyBaMM 23.5 with small chages to protocols ([#265](https://github.com/pybamm-team/liionpack/pull/265)) + + +# [v0.3.6](https://github.com/pybamm-team/liionpack/tree/v0.3.6) - 2023-05-26 ## Bug fixes @@ -20,7 +28,7 @@ - Fix a RunTimeError introduced by change to latest version of casadi that PyBaMM now supports. Solution returned by casadi no longer contains initial state. ([#259](https://github.com/pybamm-team/liionpack/pull/259)) -# [v0.3.5](https://github.com/pybamm-team/liionpack/) - 2023-04-05 +# [v0.3.5](https://github.com/pybamm-team/liionpack/tree/v0.3.5) - 2023-04-05 ## Features diff --git a/liionpack/__init__.py b/liionpack/__init__.py index 194f0695..aca186da 100644 --- a/liionpack/__init__.py +++ b/liionpack/__init__.py @@ -44,4 +44,4 @@ from .solvers import GenericActor from .solvers import RayActor -__version__ = "0.3.6" +__version__ = "0.3.7"