Skip to content

Commit b45fe04

Browse files
committed
Update version
1 parent 4c47029 commit b45fe04

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

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

3+
# [v25.1.0](https://github.com/pybamm-team/PyBaMM/tree/v25.1.0) - 2025-01-14
4+
35
## Features
46

57
- Added a `dt_min` option to the (`IDAKLUSolver`). ([#4736](https://github.com/pybamm-team/PyBaMM/pull/4736))

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ keywords:
2424
- "expression tree"
2525
- "python"
2626
- "symbolic differentiation"
27-
version: "24.11.2"
27+
version: "25.1.0"
2828
repository-code: "https://github.com/pybamm-team/PyBaMM"
2929
title: "Python Battery Mathematical Modelling (PyBaMM)"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "pybamm"
9-
version = "24.11.2"
9+
version = "25.1.0"
1010
license = { file = "LICENSE.txt" }
1111
description = "Python Battery Mathematical Modelling"
1212
authors = [{name = "The PyBaMM Team", email = "[email protected]"}]

src/pybamm/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "24.11.2"
1+
__version__ = "25.1.0"

0 commit comments

Comments
 (0)