File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 3.0.50: 2025-01-20
5
+ ------------------
6
+
7
+ Fixes:
8
+ - Fixes non user impacting regression on the output rendering. Don't render
9
+ cursor hide/show ANSI escape codes if not needed.
10
+
11
+
4
12
3.0.49: 2025-01-20
5
13
------------------
6
14
Original file line number Diff line number Diff line change 54
54
# ---------------------------------------------------------------------
55
55
# Versions.
56
56
# The short X.Y version.
57
- version = "3.0.49 "
57
+ version = "3.0.50 "
58
58
# The full version, including alpha/beta/rc tags.
59
- release = "3.0.49 "
59
+ release = "3.0.50 "
60
60
# The URL pattern to match releases to ReadTheDocs URLs.
61
61
docs_fmt_url = "https://python-prompt-toolkit.readthedocs.io/en/{release}/"
62
62
# The list of releases to include in the dropdown.
Original file line number Diff line number Diff line change 28
28
from .shortcuts import PromptSession , print_formatted_text , prompt
29
29
30
30
# Don't forget to update in `docs/conf.py`!
31
- __version__ = "3.0.49 "
31
+ __version__ = "3.0.50 "
32
32
33
33
assert pep440 .match (__version__ )
34
34
You can’t perform that action at this time.
0 commit comments