Skip to content

Commit 283d4fb

Browse files
committed
Cut 2.1.4
1 parent c03ed22 commit 283d4fb

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, 1, 3)
1+
__version_info__ = (2, 1, 4)
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.1.4 <2025-10-10>`
56
- :bug:`1038` (fixed in :issue:`1040`) Python 3.14 tweaked the behavior of
67
`fcntl` to raise `SystemError` on buffer overflows, which our interpretation
78
of `termios.TIOCGWINSZ` technically was (we care only about the first two

0 commit comments

Comments
 (0)