Skip to content

Commit

Permalink
bump version; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath committed Jul 2, 2024
1 parent 7fd4498 commit 877087a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## 0.4 series

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.

### 0.4.1

* Fix: keep previously-optional dependencies optional by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/298
* Add petab.v2.C by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/299

**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.4.0...v0.4.1

### 0.4.0

**Prepare for PEtab v2**
Expand Down
2 changes: 1 addition & 1 deletion petab/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""PEtab library version"""
__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit 877087a

Please sign in to comment.