Skip to content

Commit 68f749a

Browse files
bump version to 0.3.7
1 parent 85c7926 commit 68f749a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [0.3.7] - 2021-09-27
4+
- Fixed ctrl-c not being reported until another key was pressed in Python 3.5+
5+
36
## [0.3.5] - 2021-01-24
47
- Drop supported for Python 2, 3.4 and 3.5.
58
- Migrate to pytest. Thanks to Paolo Stivanin

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.6"
2+
__version__ = "0.3.7"
33

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

0 commit comments

Comments
 (0)