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 5821c0f commit e66d294Copy full SHA for e66d294
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.4.0] - 2022-08-28
4
+- Clean up both `wakeup_fds`
5
+- Drop support for Python 3.6
6
+- Switch to blessed
7
+- Typing: add more annotations
8
+
9
## [0.3.10] - 2021-10-08
10
- Typing: more specify return types for event triggers
11
- Typing: don't allow Event instances in PasteEvent contents
curtsies/__init__.py
@@ -1,5 +1,5 @@
"""Terminal-formatted strings"""
-__version__ = "0.3.10"
+__version__ = "0.4.0"
from .window import FullscreenWindow, CursorAwareWindow
from .input import Input
0 commit comments