Skip to content

Commit

Permalink
Merge pull request #1658 from benjeffery/release-beta-prep
Browse files Browse the repository at this point in the history
C 0.99.14 release prep
  • Loading branch information
mergify[bot] authored Sep 3, 2021
2 parents 705640b + 00f5a21 commit 31797f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion c/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----------------------
[0.99.14] - 2021-0X-XX
[0.99.14] - 2021-09-03
----------------------

**Breaking changes**
Expand Down
2 changes: 1 addition & 1 deletion c/tskit/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ to the API or ABI are introduced, i.e., the addition of a new function.
The library patch version. Incremented when any changes not relevant to the
to the API or ABI are introduced, i.e., internal refactors of bugfixes.
*/
#define TSK_VERSION_PATCH 13
#define TSK_VERSION_PATCH 14
/** @} */

/* Node flags */
Expand Down
2 changes: 1 addition & 1 deletion python/tests/test_lowlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -3017,7 +3017,7 @@ def test_kastore_version(self):

def test_tskit_version(self):
version = _tskit.get_tskit_version()
assert version == (0, 99, 13)
assert version == (0, 99, 14)


def test_uninitialised():
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.3.7"
tskit_version = "0.3.8.dev1"

0 comments on commit 31797f6

Please sign in to comment.