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 f454cc9 commit 37c51feCopy full SHA for 37c51fe
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
+
7
## [0.4.2] - 2023-07-31
8
- Small type annotation clean ups.
9
- Publish wheels.
curtsies/__init__.py
@@ -1,6 +1,6 @@
"""Terminal-formatted strings"""
-__version__ = "0.4.2"
+__version__ = "0.4.3"
from .window import FullscreenWindow, CursorAwareWindow
from .input import Input
0 commit comments