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 c03ed22 commit 283d4fbCopy full SHA for 283d4fb
invoke/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (2, 1, 3)
+__version_info__ = (2, 1, 4)
2
__version__ = ".".join(map(str, __version_info__))
sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
3
=========
4
5
+- :release:`2.1.4 <2025-10-10>`
6
- :bug:`1038` (fixed in :issue:`1040`) Python 3.14 tweaked the behavior of
7
`fcntl` to raise `SystemError` on buffer overflows, which our interpretation
8
of `termios.TIOCGWINSZ` technically was (we care only about the first two
0 commit comments