Skip to content

Commit 3b97851

Browse files
Merge pull request #47 from jeromekelleher/release-final
Bumped version number ready for release.
2 parents 244d212 + 59be461 commit 3b97851

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

python/CHANGELOG.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
--------------------
2-
[0.1.0] - 2019-XX-XX
2+
[0.1.0] - 2019-01-11
33
--------------------
44

5-
Initial release after separation from msprime 0.6.2.
5+
Initial release after separation from msprime 0.6.2. Code that reads tree sequence
6+
files and processes them should be able to work without changes.
67

78
**Breaking changes**
89

910
- Removal of the previously deprecated ``sort_tables``, ``simplify_tables``
1011
and ``load_tables`` functions. All code should change to using corresponding
1112
TableCollection methods.
1213

13-
**New features**:
14-
15-
**Bug fixes**:
16-
1714
----------------------
1815
[0.1.0a1] - 2019-01-19
1916
----------------------

python/tskit/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Definitive location for the version number.
2-
tskit_version = "0.1.0a2"
2+
tskit_version = "0.1.0"

0 commit comments

Comments
 (0)