File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 2.0.0.post1] - 2023-09-13
8
+
9
+ This is a post-release to fix releases not containing the complete test suite.
10
+
7
11
## [ 2.0.0.post0] - 2023-09-13
8
12
9
13
This is a post-release to fix an issue with the conda build not being able to run the
Original file line number Diff line number Diff line change 1
- __version__ = "2.0.0.post0 "
1
+ __version__ = "2.0.0.post1 "
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ zip-safe = false
79
79
include-package-data = false
80
80
81
81
[tool .setuptools .packages .find ]
82
- include = [" prolif*" ]
82
+ include = [" prolif*" , " tests* " ]
83
83
84
84
[tool .setuptools .package-data ]
85
85
"prolif.data" = [" *" ]
You can’t perform that action at this time.
0 commit comments