Skip to content

Commit

Permalink
Bump to v24.1rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Jan 24, 2024
1 parent cf43cfd commit 7d83dc1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# [Unreleased](https://github.com/pybamm-team/PyBaMM/)

# [v24.1rc1](https://github.com/pybamm-team/PyBaMM/tree/v24.1rc1) - 2024-01-17
# [v24.1rc2](https://github.com/pybamm-team/PyBaMM/tree/v24.1rc2) - 2024-01-24

## Features

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Expand Up @@ -24,6 +24,6 @@ keywords:
- "expression tree"
- "python"
- "symbolic differentiation"
version: "24.1rc1"
version: "24.1rc2"
repository-code: "https://github.com/pybamm-team/PyBaMM"
title: "Python Battery Mathematical Modelling (PyBaMM)"
2 changes: 1 addition & 1 deletion pybamm/version.py
@@ -1 +1 @@
__version__ = "24.1rc1"
__version__ = "24.1rc2"
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pybamm"
version = "24.1rc1"
version = "24.1rc2"
license = { file = "LICENSE.txt" }
description = "Python Battery Mathematical Modelling"
authors = [{name = "The PyBaMM Team", email = "pybamm@pybamm.org"}]
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "pybamm",
"version-string": "24.1rc1",
"version-string": "24.1rc2",
"dependencies": [
"casadi",
{
Expand Down

0 comments on commit 7d83dc1

Please sign in to comment.