Skip to content

Commit

Permalink
Merge pull request #733 from benjeffery/release-prep
Browse files Browse the repository at this point in the history
C API Release prep - version macro and changelog.
  • Loading branch information
benjeffery authored Jul 27, 2020
2 parents 4e6809a + 6185efb commit ab54128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions c/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---------------------
[0.99.3] - 2020-XX-XX
[0.99.3] - 2020-07-27
---------------------

In development.

**Breaking changes**

- ``tsk_mutation_table_add_row`` has an extra ``time`` argument. If the time
Expand Down
2 changes: 1 addition & 1 deletion c/tskit/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,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 3
#define TSK_VERSION_PATCH 4
/** @} */

/* Node flags */
Expand Down

0 comments on commit ab54128

Please sign in to comment.