File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 3.0.51: 2025-04-15
5+ ------------------
6+
7+ New features:
8+ - Use pyproject.toml instead of setup.py.
9+
10+ Fixes:
11+ - Fix edge case in `formatted_text.split_lines` when the input starts with a
12+ line ending.
13+
4143.0.50: 2025-01-20
515------------------
616
Original file line number Diff line number Diff line change 5454# ---------------------------------------------------------------------
5555# Versions.
5656# The short X.Y version.
57- version = "3.0.50 "
57+ version = "3.0.51 "
5858# The full version, including alpha/beta/rc tags.
59- release = "3.0.50 "
59+ release = "3.0.51 "
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 11[project ]
22name = " prompt_toolkit"
3- version = " 3.0.50 "
3+ version = " 3.0.51 " # Also update in `docs/conf.py`.
44description =" Library for building powerful interactive command lines in Python"
55readme = " README.rst"
66authors = [{ name = " Jonathan Slenders" }]
You can’t perform that action at this time.
0 commit comments