Skip to content

Commit 26b5070

Browse files
committed
Fix for version number.
1 parent cb224f8 commit 26b5070

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ Release Notes
77
0.12 Series
88
...........
99

10+
0.12.14 (2023-11-10)
11+
--------------------
12+
13+
Visualization:
14+
15+
* Selected plotly versions of matplotlib visualizations
16+
17+
General:
18+
19+
* Added functionality to evaluate the model using boundary values of parameter
20+
21+
1022
0.12.13 (2023-11-08)
1123
--------------------
1224

pyabc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.12.13'
1+
__version__ = '0.12.14'

0 commit comments

Comments
 (0)