Skip to content

Commit 030fb41

Browse files
committed
C_0.99.5 release prep
1 parent 436b1ea commit 030fb41

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

c/CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
**Breaking changes**
66

77
- The macro ``TSK_IMPUTE_MISSING_DATA`` is renamed to ``TSK_ISOLATED_NOT_MISSING``
8+
(:user:`benjeffery`, :issue:`716`, :pr:`794`)
89

910
**New features**
1011

c/tskit/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ to the API or ABI are introduced, i.e., the addition of a new function.
128128
The library patch version. Incremented when any changes not relevant to the
129129
to the API or ABI are introduced, i.e., internal refactors of bugfixes.
130130
*/
131-
#define TSK_VERSION_PATCH 4
131+
#define TSK_VERSION_PATCH 5
132132
/** @} */
133133

134134
/* Node flags */

python/tests/test_lowlevel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2267,4 +2267,4 @@ def test_kastore_version(self):
22672267

22682268
def test_tskit_version(self):
22692269
version = _tskit.get_tskit_version()
2270-
self.assertEqual(version, (0, 99, 4))
2270+
self.assertEqual(version, (0, 99, 5))

0 commit comments

Comments
 (0)