Skip to content

Commit 2687841

Browse files
committed
Bump version number, update changelog
1 parent 607c0ca commit 2687841

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22

33
## 0.1 series
44

5+
### 0.1.12
6+
7+
* Documentation update:
8+
* Added SBML2Julia to list of tools supporting PEtab
9+
* Extended PEtab introduction
10+
* Tutorial for creating PEtab files
11+
* Minor fix: Default argument for optional 'model' parameter in
12+
`petab.lint.check_condition_df`` (#477)
13+
514
### 0.1.11
615

716
* Function for generating synthetic data (#472)
817
* Minor documentation updates (#470)
918

1019
### 0.1.10
1120

12-
*Fixed deployment setup, no further changes.*
21+
* Fixed deployment setup, no further changes.*
1322

1423
### 0.1.9
1524

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.11'
2+
__version__ = '0.1.12'

0 commit comments

Comments
 (0)