We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294ea5d commit 26efe98Copy full SHA for 26efe98
invoke/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (2, 2, 0)
+__version_info__ = (2, 2, 1)
2
__version__ = ".".join(map(str, __version_info__))
sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
3
=========
4
5
+- :release:`2.2.1 <2025-10-10>`
6
- :release:`2.1.4 <2025-10-10>`
7
- :bug:`1038` (fixed in :issue:`1040`) Python 3.14 tweaked the behavior of
8
`fcntl` to raise `SystemError` on buffer overflows, which our interpretation
0 commit comments