Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Aug 28, 2022
1 parent 5821c0f commit e66d294
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.4.0] - 2022-08-28
- Clean up both `wakeup_fds`
- Drop support for Python 3.6
- Switch to blessed
- Typing: add more annotations

## [0.3.10] - 2021-10-08
- Typing: more specify return types for event triggers
- Typing: don't allow Event instances in PasteEvent contents
Expand Down
2 changes: 1 addition & 1 deletion curtsies/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Terminal-formatted strings"""
__version__ = "0.3.10"
__version__ = "0.4.0"

from .window import FullscreenWindow, CursorAwareWindow
from .input import Input
Expand Down

0 comments on commit e66d294

Please sign in to comment.