Skip to content

Commit 26772e5

Browse files
bump version to 0.3.9
1 parent 428e9a0 commit 26772e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.3.8] - 2021-10-07
3+
## [0.3.9] - 2021-10-07
44
- Change typing of `event_trigger(event_type)` to allow a function that returns None
55

66
## [0.3.7] - 2021-09-27

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.8"
2+
__version__ = "0.3.9"
33

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

0 commit comments

Comments
 (0)