File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
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+
4123.0.49: 2025-01-20
513------------------
614
Original file line number Diff line number Diff line change 5454# ---------------------------------------------------------------------
5555# Versions.
5656# The short X.Y version.
57- version = "3.0.49 "
57+ version = "3.0.50 "
5858# The full version, including alpha/beta/rc tags.
59- release = "3.0.49 "
59+ release = "3.0.50 "
6060# The URL pattern to match releases to ReadTheDocs URLs.
6161docs_fmt_url = "https://python-prompt-toolkit.readthedocs.io/en/{release}/"
6262# The list of releases to include in the dropdown.
Original file line number Diff line number Diff line change 2828from .shortcuts import PromptSession , print_formatted_text , prompt
2929
3030# Don't forget to update in `docs/conf.py`!
31- __version__ = "3.0.49 "
31+ __version__ = "3.0.50 "
3232
3333assert pep440 .match (__version__ )
3434
You can’t perform that action at this time.
0 commit comments