Skip to content

Commit ae63583

Browse files
authored
Merge pull request #2691 from benjeffery/0.5.4prep
0.5.4 Release prep
2 parents 4cdb0bf + 38fbc2e commit ae63583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------
2-
[0.5.4] - 2022-XX-XX
2+
[0.5.4] - 2023-01-13
33
--------------------
44

55
**Features**

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.5.3"
4+
tskit_version = "0.5.4"

0 commit comments

Comments
 (0)