Skip to content

Commit

Permalink
Merge pull request #47 from jeromekelleher/release-final
Browse files Browse the repository at this point in the history
Bumped version number ready for release.
  • Loading branch information
jeromekelleher authored Jan 11, 2019
2 parents 244d212 + 59be461 commit 3b97851
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions python/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
--------------------
[0.1.0] - 2019-XX-XX
[0.1.0] - 2019-01-11
--------------------

Initial release after separation from msprime 0.6.2.
Initial release after separation from msprime 0.6.2. Code that reads tree sequence
files and processes them should be able to work without changes.

**Breaking changes**

- Removal of the previously deprecated ``sort_tables``, ``simplify_tables``
and ``load_tables`` functions. All code should change to using corresponding
TableCollection methods.

**New features**:

**Bug fixes**:

----------------------
[0.1.0a1] - 2019-01-19
----------------------
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.0a2"
tskit_version = "0.1.0"

0 comments on commit 3b97851

Please sign in to comment.