Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Oct 5, 2022
1 parent 7cdc597 commit 960ad64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.4.1] - 2022-10-05
- Unbreak process suspension with blessed
- Remove xforms.

## [0.4.0] - 2022-08-28
- Clean up both `wakeup_fds`
- Drop support for Python 3.6
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.4.0"
__version__ = "0.4.1"

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

0 comments on commit 960ad64

Please sign in to comment.