Skip to content

Commit 0fc466f

Browse files
Merge pull request #84 from jeromekelleher/v0.1.3-update
Version bump for Python version 0.1.3.
2 parents 0836a92 + 63a0c71 commit 0fc466f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

python/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
--------------------
2+
[0.1.3] - 2019-01-14
3+
--------------------
4+
5+
Bugfix release.
6+
7+
**Bugfixes**
8+
9+
- Fix missing provenance schema: https://github.com/tskit-dev/tskit/issues/81
10+
111
--------------------
212
[0.1.2] - 2019-01-14
313
--------------------

python/tskit/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Definitive location for the version number.
2-
tskit_version = "0.1.2"
2+
tskit_version = "0.1.3"

0 commit comments

Comments
 (0)