Skip to content

Commit fa20187

Browse files
committed
version bump
1 parent ab67819 commit fa20187

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
***************************
2+
[1.0.4] - 2023-08-01
3+
***************************
4+
5+
**Bugfixes**:
6+
7+
- The last bugfix introduced a small bug: recapitation on a tree sequence
8+
whose roots are at least 100,000 ticks ago would produce an msprime error:
9+
"Attempt to sample a lineage from an inactive population". Reported by
10+
Meaghan Clark. (:user:`petrelharp`, :pr:`322`)
11+
112
***************************
213
[1.0.3] - 2023-06-21
314
***************************

pyslim/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
2-
pyslim_version = '1.0.3'
2+
pyslim_version = '1.0.4'
33
slim_file_version = '0.8'
44
# other file versions that require no modification
55
compatible_slim_file_versions = ['0.8']

0 commit comments

Comments
 (0)