Skip to content

Commit 070d62d

Browse files
committed
Bump version
1 parent 5eba615 commit 070d62d

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "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
3232
release = version
3333

pybamm/citations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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):

pybamm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "22.11"
1+
__version__ = "22.11.1"

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

0 commit comments

Comments
 (0)