From 2e99a0efb60714bd5af6f8d399ab13332b5dd1dd Mon Sep 17 00:00:00 2001 From: kratman Date: Mon, 20 Jan 2025 18:03:02 -0500 Subject: [PATCH] Update version --- CHANGELOG.md | 2 ++ CITATION.cff | 2 +- pyproject.toml | 2 +- src/pybamm/version.py | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49af3c5f19..c0ed6790da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [Unreleased](https://github.com/pybamm-team/PyBaMM/) +# [v25.1.1](https://github.com/pybamm-team/PyBaMM/tree/v25.1.1) - 2025-01-20 + ## Features - Added Operators to current and voltage termination events. ([#4770](https://github.com/pybamm-team/PyBaMM/pull/4770)) diff --git a/CITATION.cff b/CITATION.cff index 742806759c..7cce9ecde2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,6 +24,6 @@ keywords: - "expression tree" - "python" - "symbolic differentiation" -version: "25.1.0" +version: "25.1.1" repository-code: "https://github.com/pybamm-team/PyBaMM" title: "Python Battery Mathematical Modelling (PyBaMM)" diff --git a/pyproject.toml b/pyproject.toml index a416544551..5b3d96c5f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "pybamm" -version = "25.1.0" +version = "25.1.1" license = { file = "LICENSE.txt" } description = "Python Battery Mathematical Modelling" authors = [{name = "The PyBaMM Team", email = "pybamm@pybamm.org"}] diff --git a/src/pybamm/version.py b/src/pybamm/version.py index e5d7ca6220..f579313f94 100644 --- a/src/pybamm/version.py +++ b/src/pybamm/version.py @@ -1 +1 @@ -__version__ = "25.1.0" +__version__ = "25.1.1"