Skip to content

Commit 103e94f

Browse files
authored
Merge pull request pybamm-team#4599 from pybamm-team/main
Sync PR for release 24.11.0
2 parents 6c7c21a + 5b1ef70 commit 103e94f

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+
# [v24.11.0](https://github.com/pybamm-team/PyBaMM/tree/v24.11.0) - 2024-11-20
4+
35
## Features
46

57
- Added `CoupledVariable` which provides a placeholder variable whose equation can be elsewhere in the model. ([#4556](https://github.com/pybamm-team/PyBaMM/pull/4556))

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
1313

1414
[project]
1515
name = "pybamm"
16-
version = "24.9.0"
16+
version = "24.11.0"
1717
license = { file = "LICENSE.txt" }
1818
description = "Python Battery Mathematical Modelling"
1919
authors = [{name = "The PyBaMM Team", email = "[email protected]"}]

src/pybamm/version.py

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

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": "24.9.0",
3+
"version-string": "24.11.0",
44
"dependencies": [
55
"casadi",
66
{

0 commit comments

Comments
 (0)