From a3c6ca3fda0fbe0b93bb2afe43a41695f874f7da Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Tue, 16 Mar 2021 10:39:48 +0000 Subject: [PATCH] 0.3.5 and C_0.99.11 release prep --- c/CHANGELOG.rst | 6 ++++-- python/CHANGELOG.rst | 6 ++++-- python/tskit/_version.py | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/c/CHANGELOG.rst b/c/CHANGELOG.rst index dc4882d393..47c34038ce 100644 --- a/c/CHANGELOG.rst +++ b/c/CHANGELOG.rst @@ -1,5 +1,5 @@ ---------------------- -[0.99.11] - 2021-0X-XX +[0.99.11] - 2021-03-16 ---------------------- **Features** @@ -23,12 +23,14 @@ - Add an ``options`` argument to ``tsk_table_collection_subset`` (:user:`petrelharp`, :pr:`1108`), to allow for retaining the order of populations. +- Mutation error codes have changed + **Changes** - Allow mutations that have the same derived state as their parent mutation. (:user:`benjeffery`, :issue:`1180`, :pr:`1233`) -**Bugfixes** +- File minor version change to support individual parents ---------------------- [0.99.10] - 2021-01-25 diff --git a/python/CHANGELOG.rst b/python/CHANGELOG.rst index 1fcca833f5..e3779d5725 100644 --- a/python/CHANGELOG.rst +++ b/python/CHANGELOG.rst @@ -1,5 +1,5 @@ -------------------- -[0.3.5] - 2021-XX-XX +[0.3.5] - 2021-03-16 -------------------- **Features** @@ -41,9 +41,11 @@ - Allow mutations that have the same derived state as their parent mutation. (:user:`benjeffery`, :issue:`1180`, :pr:`1233`) +- File minor version change to support individual parents + **Breaking changes** -- tskit now requires Python 3.6 (:user:`benjeffery`, :pr:`xxxx`) +- tskit now requires Python 3.6 (:user:`benjeffery`, :pr:`1235`) -------------------- [0.3.4] - 2020-12-02 diff --git a/python/tskit/_version.py b/python/tskit/_version.py index 85b2d36433..56e4dd4af1 100644 --- a/python/tskit/_version.py +++ b/python/tskit/_version.py @@ -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.5.dev1" +tskit_version = "0.3.5"