Skip to content

Commit c602d7c

Browse files
committed
Bump to v24.1rc0
1 parent 0b87513 commit c602d7c

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
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.1rc0](https://github.com/pybamm-team/PyBaMM/tree/v24.1rc0) - 2024-01-31
4+
35
## Features
46

57
- The `pybamm_install_odes` command now includes support for macOS systems and can be used to set up SUNDIALS and install the `scikits.odes` solver on macOS ([#3417](https://github.com/pybamm-team/PyBaMM/pull/3417))

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

pybamm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "23.9"
1+
__version__ = "24.1rc0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
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 = "23.9"
16+
version = "24.1rc0"
1717
license = { file = "LICENSE.txt" }
1818
description = "Python Battery Mathematical Modelling"
1919
authors = [{name = "The PyBaMM Team", email = "[email protected]"}]
@@ -230,7 +230,7 @@ ignore = [
230230

231231
# NOTE: currently used only for notebook tests with the nbmake plugin.
232232
[tool.pytest.ini_options]
233-
minversion = "6"
233+
minversion = "24.1rc0"
234234
# Use pytest-xdist to run tests in parallel by default, exit with
235235
# error if not installed
236236
required_plugins = [

vcpkg-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"kind": "git",
99
"repository": "https://github.com/pybamm-team/sundials-vcpkg-registry.git",
10-
"baseline": "af9f5e4bc730bf2361c47f809dcfb733e7951faa",
10+
"baseline": "13d432fcf5da8591bb6cb2d46be9d6acf39cd02b",
1111
"packages": ["sundials"]
1212
},
1313
{

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

0 commit comments

Comments
 (0)