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 428e9a0 commit 26772e5Copy full SHA for 26772e5
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [0.3.8] - 2021-10-07
+## [0.3.9] - 2021-10-07
4
- Change typing of `event_trigger(event_type)` to allow a function that returns None
5
6
## [0.3.7] - 2021-09-27
curtsies/__init__.py
@@ -1,5 +1,5 @@
"""Terminal-formatted strings"""
-__version__ = "0.3.8"
+__version__ = "0.3.9"
from .window import FullscreenWindow, CursorAwareWindow
from .input import Input
0 commit comments