We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d9c5d commit a96bf4eCopy full SHA for a96bf4e
CHANGELOG.md
@@ -1,10 +1,11 @@
1
# Changelog
2
3
-## [Unreleased]
+## [0.3.5] - 2021-01-24
4
- Drop supported for Python 2, 3.4 and 3.5.
5
- Migrate to pytest. Thanks to Paolo Stivanin
6
- Add new exmples. Thanks to rybarczykj
7
-- mprove error messages. Thanks to Etienne Richart
+- Improve error messages. Thanks to Etienne Richart
8
+- Replace wcwidth with cwcwidth
9
10
## [0.3.4] - 2020-07-15
11
- Prevent crash when embedding in situations including the lldb debugger. Thanks Nathan Lanza!
curtsies/__init__.py
@@ -1,5 +1,5 @@
"""Terminal-formatted strings"""
-__version__ = "0.3.4"
+__version__ = "0.3.5"
from .window import FullscreenWindow, CursorAwareWindow
from .input import Input
0 commit comments