File tree Expand file tree Collapse file tree 6 files changed +11
-5
lines changed
Expand file tree Collapse file tree 6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# [ Unreleased] ( https://github.com/pybamm-team/PyBaMM/ )
22
3+ # [ v22.11.1] ( https://github.com/pybamm-team/PyBaMM/tree/v22.11.1 ) - 2022-12-13
4+
5+ ## Bug fixes
6+
7+ - Fixed installation on Google Colab (` pybtex ` issues) ([ #2547 ] ( https://github.com/pybamm-team/PyBaMM/pull/2547/files ) )
8+
39# [ v22.11] ( https://github.com/pybamm-team/PyBaMM/tree/v22.11 ) - 2022-11-30
410
511## Features
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.11"
27+ version : " 22.11.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 2727author = "The PyBaMM Team"
2828
2929# The short X.Y version
30- version = "22.11"
30+ version = "22.11.1 "
3131# The full version, including alpha/beta/rc tags
3232release = version
3333
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def __init__(self):
4141 try :
4242 self .read_citations ()
4343 self ._reset ()
44- except Exception as e : # noqa
44+ except Exception as e : # pragma: no cover
4545 self ._citation_err_msg = e
4646
4747 def _reset (self ):
Original file line number Diff line number Diff line change 1- __version__ = "22.11"
1+ __version__ = "22.11.1 "
Original file line number Diff line number Diff line change 11{
22 "name" : " pybamm" ,
3- "version-string" : " 22.11" ,
3+ "version-string" : " 22.11.1 " ,
44 "dependencies" : [
55 " casadi" ,
66 {
You can’t perform that action at this time.
0 commit comments