File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed
Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1- # [ Unreleased ] ( https://github.com/pybamm-team/PyBaMM )
1+ # [ v21.9 ] ( https://github.com/pybamm-team/PyBaMM/tree/v21.9 ) - 2021-09-30
22
33## Features
44
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 : 21.08
27+ version : 21.9
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 = "21.08 "
29+ version = "21.9 "
3030# The full version, including alpha/beta/rc tags
31- release = "21.08 "
31+ release = "21.9 "
3232
3333
3434# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1- 21, 8
1+ 21, 9
Original file line number Diff line number Diff line change 11{
22 "name" : " pybamm" ,
3- "version-string" : " 21.08 " ,
3+ "version-string" : " 21.9 " ,
44 "dependencies" : [
55 {
66 "name" : " sundials" ,
77 "default-features" : false ,
8- "features" : [ " klu" ]
8+ "features" : [
9+ " klu"
10+ ]
911 }
1012 ]
11- }
13+ }
You can’t perform that action at this time.
0 commit comments