Skip to content

Commit 960ad64

Browse files
committed
Bump version to 0.4.1
1 parent 7cdc597 commit 960ad64

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.4.1] - 2022-10-05
4+
- Unbreak process suspension with blessed
5+
- Remove xforms.
6+
37
## [0.4.0] - 2022-08-28
48
- Clean up both `wakeup_fds`
59
- Drop support for Python 3.6

curtsies/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Terminal-formatted strings"""
2-
__version__ = "0.4.0"
2+
__version__ = "0.4.1"
33

44
from .window import FullscreenWindow, CursorAwareWindow
55
from .input import Input

0 commit comments

Comments
 (0)