Skip to content

Commit 3b31581

Browse files
committed
include test files in source release
1 parent 917ae34 commit 3b31581

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
711
## [2.0.0.post0] - 2023-09-13
812

913
This is a post-release to fix an issue with the conda build not being able to run the

Diff for: prolif/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0.post0"
1+
__version__ = "2.0.0.post1"

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ zip-safe = false
7979
include-package-data = false
8080

8181
[tool.setuptools.packages.find]
82-
include = ["prolif*"]
82+
include = ["prolif*", "tests*"]
8383

8484
[tool.setuptools.package-data]
8585
"prolif.data" = ["*"]

0 commit comments

Comments
 (0)