We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca7ef3 commit 62c4981Copy full SHA for 62c4981
3 files changed
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [0.4.10] UNRELEASED
+## [0.4.10] 2026-02-09
6
### Fixed
7
- Disk cache custom keywords arguments for cache filename.
8
CITATION.cff
@@ -17,5 +17,5 @@ keywords:
17
- tools
18
- utilities
19
license: MIT
20
-version: 0.4.9
21
-date-released: '2026-02-06'
+version: 0.4.10
+date-released: '2026-02-09'
src/pythonwrench/__init__.py
@@ -9,7 +9,7 @@
9
__license__ = "MIT"
10
__maintainer__ = "Étienne Labbé (Labbeti)"
11
__status__ = "Development"
12
-__version__ = "0.4.9"
+__version__ = "0.4.10"
13
14
15
# Re-import for language servers
0 commit comments