Skip to content

Commit

Permalink
0.6.0 post release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Oct 17, 2024
1 parent 8342e74 commit af20f75
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 40 deletions.
38 changes: 0 additions & 38 deletions ROADMAP.md

This file was deleted.

8 changes: 8 additions & 0 deletions c/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

**Features**

**Bug fixes**

--------------------
[1.1.3] - 2024-10-16
--------------------

**Features**

- Add the `tsk_treeseq_extend_haplotypes` method that can compress a tree sequence
by extending edges into adjacent trees and thus creating unary nodes in those
trees (:user:`petrelharp`, :user:`hfr1tze`, :user:`avabamf`, :pr:`2651`, :pr:`2938`).
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ the release looks good there, then publish the draft release on the
Publishing this release will cause the github
action to deploy to the [production PyPI](https://pypi.org/project/tskit/).
After release, start a section in the changelog for new developments, close the
GitHub issue milestone of the release and update ROADMAP.md.
GitHub issue milestone of the release and update the python version to a `.dev`.
For a major release the website (github repo tskit-dev/tskit-site) should then
be updated with a notebook of new features. The benchmarks should be run as above
and the `bench-results.html` updated on the website.
5 changes: 5 additions & 0 deletions python/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
--------------------
[0.6.1] - 2024-10-16
--------------------


--------------------
[0.6.0] - 2024-10-16
--------------------
Expand Down
2 changes: 1 addition & 1 deletion python/tskit/_version.py
Original file line number Diff line number Diff line change
@@ -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.6.0"
tskit_version = "0.6.1.dev0"

0 comments on commit af20f75

Please sign in to comment.