Skip to content

Commit 15ba85b

Browse files
update releasenotes; version 0.1.13
1 parent 1f6495f commit 15ba85b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

33
## 0.1 series
44

5+
### 0.1.13
6+
7+
* Fix for pandas 1.2.0 -- use `get_handle` instead of `get_filepath_or_buffer`
8+
* Fix erroneous `petab_test_suite symlink` (all #493)
9+
510
### 0.1.12
611

712
* Documentation update:

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.12'
2+
__version__ = '0.1.13'

0 commit comments

Comments
 (0)