Skip to content

Commit 97d69e5

Browse files
committed
Update release notes; bump version number
1 parent b6f5135 commit 97d69e5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## 0.1 series
44

5+
### 0.1.28
6+
7+
* Fixed validation for output parameters columns in the condition table
8+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/161
9+
* Added Python support policy
10+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/162
11+
* Fixed typehints and deprecation warning
12+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/165
13+
* Fixed SBML validation
14+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/168
15+
* Fixed deprecation warning from `get_model_for_condition`
16+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/169
17+
18+
**Full Changelog**:
19+
https://github.com/PEtab-dev/libpetab-python/compare/v0.1.27...v0.1.28
20+
521
### 0.1.27
622

723
Features:

petab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""PEtab library version"""
2-
__version__ = '0.1.27'
2+
__version__ = '0.1.28'

0 commit comments

Comments
 (0)