Skip to content

Commit 37c51fe

Browse files
committed
Bump version to 0.4.3
1 parent f454cc9 commit 37c51fe

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.3] - 2025-06-06
4+
- Drop support for Python 3.7, 3.8, and 3.9.
5+
- Add support for italic.
6+
37
## [0.4.2] - 2023-07-31
48
- Small type annotation clean ups.
59
- Publish wheels.

curtsies/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Terminal-formatted strings"""
22

3-
__version__ = "0.4.2"
3+
__version__ = "0.4.3"
44

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

0 commit comments

Comments
 (0)