Skip to content

Commit ab54128

Browse files
authored
Merge pull request #733 from benjeffery/release-prep
C API Release prep - version macro and changelog.
2 parents 4e6809a + 6185efb commit ab54128

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

c/CHANGELOG.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---------------------
2-
[0.99.3] - 2020-XX-XX
2+
[0.99.3] - 2020-07-27
33
---------------------
44

5-
In development.
6-
75
**Breaking changes**
86

97
- ``tsk_mutation_table_add_row`` has an extra ``time`` argument. If the time

c/tskit/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ to the API or ABI are introduced, i.e., the addition of a new function.
123123
The library patch version. Incremented when any changes not relevant to the
124124
to the API or ABI are introduced, i.e., internal refactors of bugfixes.
125125
*/
126-
#define TSK_VERSION_PATCH 3
126+
#define TSK_VERSION_PATCH 4
127127
/** @} */
128128

129129
/* Node flags */

0 commit comments

Comments
 (0)