Skip to content

Commit 877087a

Browse files
committed
bump version; update changelog
1 parent 7fd4498 commit 877087a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

33
## 0.4 series
44

5+
This series contains many changes related to the new `petab.v2` subpackage. `petab.v2` should not be considered stable; the `petab.v2` API may change rapidly until we release libpetab-python v1.0.0.
6+
7+
### 0.4.1
8+
9+
* Fix: keep previously-optional dependencies optional by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/298
10+
* Add petab.v2.C by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/299
11+
12+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.4.0...v0.4.1
13+
514
### 0.4.0
615

716
**Prepare for PEtab v2**

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.4.0"
2+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)