Skip to content

Commit a3c6ca3

Browse files
committed
0.3.5 and C_0.99.11 release prep
1 parent d911160 commit a3c6ca3

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

c/CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
----------------------
2-
[0.99.11] - 2021-0X-XX
2+
[0.99.11] - 2021-03-16
33
----------------------
44

55
**Features**
@@ -23,12 +23,14 @@
2323
- Add an ``options`` argument to ``tsk_table_collection_subset`` (:user:`petrelharp`, :pr:`1108`),
2424
to allow for retaining the order of populations.
2525

26+
- Mutation error codes have changed
27+
2628
**Changes**
2729

2830
- Allow mutations that have the same derived state as their parent mutation.
2931
(:user:`benjeffery`, :issue:`1180`, :pr:`1233`)
3032

31-
**Bugfixes**
33+
- File minor version change to support individual parents
3234

3335
----------------------
3436
[0.99.10] - 2021-01-25

python/CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------
2-
[0.3.5] - 2021-XX-XX
2+
[0.3.5] - 2021-03-16
33
--------------------
44

55
**Features**
@@ -41,9 +41,11 @@
4141
- Allow mutations that have the same derived state as their parent mutation.
4242
(:user:`benjeffery`, :issue:`1180`, :pr:`1233`)
4343

44+
- File minor version change to support individual parents
45+
4446
**Breaking changes**
4547

46-
- tskit now requires Python 3.6 (:user:`benjeffery`, :pr:`xxxx`)
48+
- tskit now requires Python 3.6 (:user:`benjeffery`, :pr:`1235`)
4749

4850
--------------------
4951
[0.3.4] - 2020-12-02

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.5.dev1"
4+
tskit_version = "0.3.5"

0 commit comments

Comments
 (0)