File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# [ Unreleased] ( https://github.com/pybamm-team/PyBaMM/ )
22
3+ # [ v23.1] ( https://github.com/pybamm-team/PyBaMM/tree/v23.1 ) - 2023-01-31
4+
35## Features
46
57- Changed linting from ` flake8 ` to ` ruff ` ([ #2630 ] ( https://github.com/pybamm-team/PyBaMM/pull/2630 ) ).
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ keywords:
2424 - " expression tree"
2525 - " python"
2626 - " symbolic differentiation"
27- version : " 22.12 "
27+ version : " 23.1 "
2828repository-code : " https://github.com/pybamm-team/PyBaMM"
2929title : " Python Battery Mathematical Modelling (PyBaMM)"
Original file line number Diff line number Diff line change 2626author = "The PyBaMM Team"
2727
2828# The short X.Y version
29- version = "22.12 "
29+ version = "23.1 "
3030# The full version, including alpha/beta/rc tags
3131release = version
3232
Original file line number Diff line number Diff line change 1- __version__ = "22.12 "
1+ __version__ = "23.1 "
Original file line number Diff line number Diff line change 11{
22 "name" : " pybamm" ,
3- "version-string" : " 22.12 " ,
3+ "version-string" : " 23.1 " ,
44 "dependencies" : [
55 " casadi" ,
66 {
You can’t perform that action at this time.
0 commit comments