Skip to content

Commit

Permalink
Bumped version for 0.1.2 Python release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Jan 14, 2019
1 parent b65bd0c commit 3a7bed4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions python/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------
[0.1.2] - 2019-XX-XX
[0.1.2] - 2019-01-14
--------------------

Bugfix release.
Expand Down Expand Up @@ -30,13 +30,13 @@ files and processes them should be able to work without changes.
- Rename ``SparseTree`` class to ``Tree``.

----------------------
[0.1.0a1] - 2019-01-19
[1.1.0a1] - 2019-01-10
----------------------

Initial alpha version posted to PyPI for bootstrapping.

--------------------
[0.0.0] - 2019-01-19
[0.0.0] - 2019-01-10
--------------------

Initial extraction of tskit code from msprime. Relicense to MIT.
Expand Down
2 changes: 1 addition & 1 deletion python/tskit/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Definitive location for the version number.
tskit_version = "0.1.1"
tskit_version = "0.1.2"

0 comments on commit 3a7bed4

Please sign in to comment.