Skip to content

Commit 26efe98

Browse files
committed
Cut 2.2.1
1 parent 294ea5d commit 26efe98

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

invoke/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (2, 2, 0)
1+
__version_info__ = (2, 2, 1)
22
__version__ = ".".join(map(str, __version_info__))

sites/www/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Changelog
33
=========
44

5+
- :release:`2.2.1 <2025-10-10>`
56
- :release:`2.1.4 <2025-10-10>`
67
- :bug:`1038` (fixed in :issue:`1040`) Python 3.14 tweaked the behavior of
78
`fcntl` to raise `SystemError` on buffer overflows, which our interpretation

0 commit comments

Comments
 (0)