We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eec53c + 5e6b1f7 commit 67a8335Copy full SHA for 67a8335
python/CHANGELOG.rst
@@ -1,10 +1,13 @@
1
--------------------
2
-[0.2.0] - 2019-08-23
+[0.2.1] - 2019-08-23
3
4
5
Major feature release, adding support for population genetic statistics,
6
improved VCF output and many other features.
7
8
+**Note:** Version 0.2.0 was skipped because of an error uploading to PyPI
9
+which could not be undone.
10
+
11
**Breaking changes**
12
13
- Genotype arrays returned by ``TreeSequence.variants`` and
python/tskit/_version.py
@@ -1,3 +1,3 @@
# Definitive location for the version number.
# During development, should be x.y.z.devN
-tskit_version = "0.2.0"
+tskit_version = "0.2.1"
0 commit comments