Skip to content

Commit 62c4981

Browse files
committed
mod: update version numbers to 0.4.10.
1 parent 9ca7ef3 commit 62c4981

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.4.10] UNRELEASED
5+
## [0.4.10] 2026-02-09
66
### Fixed
77
- Disk cache custom keywords arguments for cache filename.
88

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ keywords:
1717
- tools
1818
- utilities
1919
license: MIT
20-
version: 0.4.9
21-
date-released: '2026-02-06'
20+
version: 0.4.10
21+
date-released: '2026-02-09'

src/pythonwrench/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__license__ = "MIT"
1010
__maintainer__ = "Étienne Labbé (Labbeti)"
1111
__status__ = "Development"
12-
__version__ = "0.4.9"
12+
__version__ = "0.4.10"
1313

1414

1515
# Re-import for language servers

0 commit comments

Comments
 (0)