Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Aug 1, 2023
1 parent ab67819 commit fa20187
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
***************************
[1.0.4] - 2023-08-01
***************************

**Bugfixes**:

- The last bugfix introduced a small bug: recapitation on a tree sequence
whose roots are at least 100,000 ticks ago would produce an msprime error:
"Attempt to sample a lineage from an inactive population". Reported by
Meaghan Clark. (:user:`petrelharp`, :pr:`322`)

***************************
[1.0.3] - 2023-06-21
***************************
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.3'
pyslim_version = '1.0.4'
slim_file_version = '0.8'
# other file versions that require no modification
compatible_slim_file_versions = ['0.8']

0 comments on commit fa20187

Please sign in to comment.