We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bca2c commit 917ae34Copy full SHA for 917ae34
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [2.0.0.post0] - 2023-09-13
8
+
9
+This is a post-release to fix an issue with the conda build not being able to run the
10
+tests.
11
12
## [2.0.0] - 2023-09-03
13
14
### Added
prolif/_version.py
@@ -1 +1 @@
1
-__version__ = "2.0.0"
+__version__ = "2.0.0.post0"
0 commit comments