Skip to content

Commit a6019a4

Browse files
bump version to 0.3.10
1 parent 9a78f93 commit a6019a4

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.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+
37
## [0.3.9] - 2021-10-07
48
- Change typing of `event_trigger(event_type)` to allow a function that returns None
59

curtsies/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Terminal-formatted strings"""
2-
__version__ = "0.3.9"
2+
__version__ = "0.3.10"
33

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

0 commit comments

Comments
 (0)