We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a86e7a commit a5a66eeCopy full SHA for a5a66ee
CHANGELOG.md
@@ -30,6 +30,8 @@
30
31
## Unreleased
32
33
+## 2.0.1 - 2024-10-28
34
+
35
### Fixed
36
37
- Incorrect parameter passed to `pathlib.Path.mkdir`.
src/dakara_base/version.py
@@ -4,5 +4,5 @@
4
The file is automatically updated by `bump_version.sh`.
5
"""
6
7
-__version__ = "2.1.0-dev"
+__version__ = "2.0.1"
8
__date__ = "2024-10-28"
0 commit comments