Skip to content

Commit e66d294

Browse files
committed
Bump version to 0.4.0
1 parent 5821c0f commit e66d294

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.0] - 2022-08-28
4+
- Clean up both `wakeup_fds`
5+
- Drop support for Python 3.6
6+
- Switch to blessed
7+
- Typing: add more annotations
8+
39
## [0.3.10] - 2021-10-08
410
- Typing: more specify return types for event triggers
511
- Typing: don't allow Event instances in PasteEvent contents

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.10"
2+
__version__ = "0.4.0"
33

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

0 commit comments

Comments
 (0)