Skip to content

Commit

Permalink
Merge pull request #839 from benjeffery/changelogs
Browse files Browse the repository at this point in the history
Pre-release tasks
  • Loading branch information
mergify[bot] authored Sep 4, 2020
2 parents f0755c4 + 710483c commit 44178cc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
7 changes: 6 additions & 1 deletion c/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
---------------------
[0.99.6] - 2020-XX-XX
[0.99.6] - 2020-09-04
---------------------

**Bugfixes**

- :issue:`823` - Fix mutation time error when using
``tsk_table_collection_simplify`` with ``TSK_KEEP_INPUT_ROOTS``
(:user:`petrelharp`, :pr:`823`).

---------------------
[0.99.5] - 2020-08-27
Expand Down
9 changes: 8 additions & 1 deletion python/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
--------------------
[0.X.X] - 2020-XX-XX
[0.3.1] - 2020-09-04
--------------------

**Bugfixes**

- :issue:`823` - Fix mutation time error when using
``simplify(keep_input_roots=True)`` (:user:`petrelharp`, :pr:`823`).

- :issue:`821` - Fix mutation rows with unknown time never being
equal (:user:`petrelharp`, :pr:`822`).

--------------------
[0.3.0] - 2020-08-27
Expand Down
2 changes: 1 addition & 1 deletion python/tskit/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Definitive location for the version number.
# During development, should be x.y.z.devN
# For beta should be x.y.zbN
tskit_version = "0.3.1.dev1"
tskit_version = "0.3.1"

0 comments on commit 44178cc

Please sign in to comment.