Skip to content

Commit ba0923b

Browse files
Bump version to 0.2.2.
1 parent 451ac16 commit ba0923b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

python/CHANGELOG.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
--------------------
2-
[0.2.2] - xxxx-xx-xx
2+
[0.2.2] - 2019-09-01
33
--------------------
44

5-
In development.
5+
Minor bugfix release.
6+
7+
Relaxes overly-strict input requirements on individual location data that
8+
caused some SLiM tree sequences to fail loading in version 0.2.1
9+
(see :issue:`351`).
610

711
**New features**
812

9-
- Add log_time height scaling option for drawing SVG trees
13+
- Add log_time height scaling option for drawing SVG trees
1014
(:user:`marianne-aspbury`). See :pr:`324` and :issue:`303`.
1115

1216
**Bugfixes**

python/tskit/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Definitive location for the version number.
22
# During development, should be x.y.z.devN
3-
tskit_version = "0.2.2.dev0"
3+
tskit_version = "0.2.2"

0 commit comments

Comments
 (0)