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 9a78f93 commit a6019a4Copy full SHA for a6019a4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.3.10] - 2021-10-08
4
+- Typing: more specify return types for event triggers
5
+- Typing: don't allow Event instances in PasteEvent contents
6
+
7
## [0.3.9] - 2021-10-07
8
- Change typing of `event_trigger(event_type)` to allow a function that returns None
9
curtsies/__init__.py
@@ -1,5 +1,5 @@
"""Terminal-formatted strings"""
-__version__ = "0.3.9"
+__version__ = "0.3.10"
from .window import FullscreenWindow, CursorAwareWindow
from .input import Input
0 commit comments