Skip to content

Commit e1f52ff

Browse files
Merge pull request #2079 from pybamm-team/create-pull-request/patch-2c74a4f
Update to v22.5
2 parents cbeb6d8 + f668ff5 commit e1f52ff

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [Unreleased](https://github.com/pybamm-team/PyBaMM/)
22

3+
# [v22.5](https://github.com/pybamm-team/PyBaMM/tree/v22.5) - 2022-05-31
4+
35
## Features
46

57
- Added functionality to generate Julia expressions from a model. See [PyBaMM.jl](https://github.com/tinosulzer/PyBaMM.jl) for how to use these ([#1942](https://github.com/pybamm-team/PyBaMM/pull/1942)))

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "The PyBaMM Team"
2828

2929
# The short X.Y version
30-
version = "22.4"
30+
version = "22.5"
3131
# The full version, including alpha/beta/rc tags
3232
release = version
3333

pybamm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "22.4"
1+
__version__ = "22.5"

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pybamm",
3-
"version-string": "22.4",
3+
"version-string": "22.5",
44
"dependencies": [
55
"casadi",
66
{

0 commit comments

Comments
 (0)