Skip to content

Commit 4f532bd

Browse files
committed
0.6.3 release prep
1 parent c05903c commit 4f532bd

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

python/CHANGELOG.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
--------------------
2+
[0.6.3] - 2025-04-28
3+
--------------------
4+
5+
**Bugfixes**
6+
7+
- ``TreeSequence.draw_svg(path=...)`` was failing due to a missing
8+
`import xml.dom.minidom` (:user:`petrelharp`, :issue:`3144`, :pr:`3145`)
9+
10+
111
--------------------
212
[0.6.2] - 2025-04-01
313
--------------------
@@ -7,9 +17,6 @@
717
- Metadata.schema was returning a modified schema, this is fixed to return a copy of
818
the original schema instead (:user:`benjeffery`, :issue:`3129`, :pr:`3130`)
919

10-
- ``TreeSequence.draw_svg(path=...)`` was failing due to a missing
11-
`import xml.dom.minidom` (:user:`petrelharp`, :issue:`3144`, :pr:`3145`)
12-
1320
--------------------
1421
[0.6.1] - 2025-03-31
1522
--------------------

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.6.2"
4+
tskit_version = "0.6.3"

0 commit comments

Comments
 (0)