Skip to content

Commit 44178cc

Browse files
authored
Merge pull request #839 from benjeffery/changelogs
Pre-release tasks
2 parents f0755c4 + 710483c commit 44178cc

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

c/CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
---------------------
2-
[0.99.6] - 2020-XX-XX
2+
[0.99.6] - 2020-09-04
33
---------------------
44

5+
**Bugfixes**
6+
7+
- :issue:`823` - Fix mutation time error when using
8+
``tsk_table_collection_simplify`` with ``TSK_KEEP_INPUT_ROOTS``
9+
(:user:`petrelharp`, :pr:`823`).
510

611
---------------------
712
[0.99.5] - 2020-08-27

python/CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
--------------------
2-
[0.X.X] - 2020-XX-XX
2+
[0.3.1] - 2020-09-04
33
--------------------
44

5+
**Bugfixes**
6+
7+
- :issue:`823` - Fix mutation time error when using
8+
``simplify(keep_input_roots=True)`` (:user:`petrelharp`, :pr:`823`).
9+
10+
- :issue:`821` - Fix mutation rows with unknown time never being
11+
equal (:user:`petrelharp`, :pr:`822`).
512

613
--------------------
714
[0.3.0] - 2020-08-27

python/tskit/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Definitive location for the version number.
22
# During development, should be x.y.z.devN
33
# For beta should be x.y.zbN
4-
tskit_version = "0.3.1.dev1"
4+
tskit_version = "0.3.1"

0 commit comments

Comments
 (0)