Skip to content

Commit

Permalink
Bump version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Jan 24, 2021
1 parent 93d9c5d commit a96bf4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## [Unreleased]
## [0.3.5] - 2021-01-24
- Drop supported for Python 2, 3.4 and 3.5.
- Migrate to pytest. Thanks to Paolo Stivanin
- Add new exmples. Thanks to rybarczykj
- mprove error messages. Thanks to Etienne Richart
- Improve error messages. Thanks to Etienne Richart
- Replace wcwidth with cwcwidth

## [0.3.4] - 2020-07-15
- Prevent crash when embedding in situations including the lldb debugger. Thanks Nathan Lanza!
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.4"
__version__ = "0.3.5"

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

0 comments on commit a96bf4e

Please sign in to comment.