Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTranter committed Jul 5, 2023
1 parent 8f287fe commit cb38ed5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,23 @@

- ([#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

- 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

Expand Down
2 changes: 1 addition & 1 deletion liionpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
from .solvers import GenericActor
from .solvers import RayActor

__version__ = "0.3.6"
__version__ = "0.3.7"

0 comments on commit cb38ed5

Please sign in to comment.