Skip to content

Commit a96bf4e

Browse files
committed
Bump version to 0.3.5
1 parent 93d9c5d commit a96bf4e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

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

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

910
## [0.3.4] - 2020-07-15
1011
- Prevent crash when embedding in situations including the lldb debugger. Thanks Nathan Lanza!

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.4"
2+
__version__ = "0.3.5"
33

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

0 commit comments

Comments
 (0)