Skip to content

Commit a5a66ee

Browse files
committed
Version 2.0.1
1 parent 2a86e7a commit a5a66ee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131
## Unreleased
3232

33+
## 2.0.1 - 2024-10-28
34+
3335
### Fixed
3436

3537
- Incorrect parameter passed to `pathlib.Path.mkdir`.

src/dakara_base/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
The file is automatically updated by `bump_version.sh`.
55
"""
66

7-
__version__ = "2.1.0-dev"
7+
__version__ = "2.0.1"
88
__date__ = "2024-10-28"

0 commit comments

Comments
 (0)