Skip to content

Commit 9cd4473

Browse files
authored
Merge pull request #1684 from benjeffery/post-c-14
Post release tasks
2 parents 06d7617 + e53a6a9 commit 9cd4473

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

c/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
----------------------
2+
[0.99.15] - 2021-1X-XX
3+
----------------------
4+
5+
**Breaking changes**
6+
7+
**Features**
8+
9+
**Fixes**
10+
111
----------------------
212
[0.99.14] - 2021-09-03
313
----------------------

c/tskit/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ to the API or ABI are introduced, i.e., the addition of a new function.
182182
The library patch version. Incremented when any changes not relevant to the
183183
to the API or ABI are introduced, i.e., internal refactors of bugfixes.
184184
*/
185-
#define TSK_VERSION_PATCH 14
185+
#define TSK_VERSION_PATCH 15
186186
/** @} */
187187

188188
/* Node flags */

python/tests/test_lowlevel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3052,7 +3052,7 @@ def test_kastore_version(self):
30523052

30533053
def test_tskit_version(self):
30543054
version = _tskit.get_tskit_version()
3055-
assert version == (0, 99, 14)
3055+
assert version == (0, 99, 15)
30563056

30573057

30583058
def test_uninitialised():

0 commit comments

Comments
 (0)