Skip to content

Commit 2ca8d62

Browse files
Merge pull request #1998 from pybamm-team/create-pull-request/patch-23157ae
Update to v22.3
2 parents 23157ae + dceb331 commit 2ca8d62

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
21
# [Unreleased](https://github.com/pybamm-team/PyBaMM/)
32

3+
# [v22.3](https://github.com/pybamm-team/PyBaMM/tree/v22.3) - 2022-03-31
4+
45
## Features
56

67
- Added "Discharge energy [W.h]", which is the integral of the power in Watts, as an optional output. Set the option "calculate discharge energy" to "true" to get this output ("false" by default, since it can slow down some of the simple models) ([#1969](https://github.com/pybamm-team/PyBaMM/pull/1969)))

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.2"
27+
version: "22.3"
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.2"
30+
version = "22.3"
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.2"
1+
__version__ = "22.3"

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.2",
3+
"version-string": "22.3",
44
"dependencies": [
55
{
66
"name": "sundials",

0 commit comments

Comments
 (0)