Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Jun 20, 2023
1 parent 84b3143 commit 2fe9f89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
***************************
[UPCOMING.X.X] - XXXX-XX-XX
[1.0.2] - 2023-06-20
***************************

**Bugfixes**:
Expand All @@ -13,7 +13,7 @@
correctly starts the msprime population with effective size `ancestral_Ne`
at the time of the roots, which might be at the value of
`ts.metadata['SLiM']['tick']`, this value minus 1, or this value minus 2.
Furthermore, `recapitate` now throws a warning if any roots of any trees
Furthermore, `recapitate` now throws an error if any roots of any trees
are not at the same time as the others. (:user:`petrelharp`, :pr:`308`)


Expand Down
2 changes: 1 addition & 1 deletion pyslim/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
pyslim_version = '1.0.1'
pyslim_version = '1.0.2'
slim_file_version = '0.8'
# other file versions that require no modification
compatible_slim_file_versions = ['0.8']

0 comments on commit 2fe9f89

Please sign in to comment.