File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
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
+
4
14
3.0.50: 2025-01-20
5
15
------------------
6
16
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.50 "
57
+ version = "3.0.51 "
58
58
# The full version, including alpha/beta/rc tags.
59
- release = "3.0.50 "
59
+ release = "3.0.51 "
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 1
1
[project ]
2
2
name = " prompt_toolkit"
3
- version = " 3.0.50 "
3
+ version = " 3.0.51 " # Also update in `docs/conf.py`.
4
4
description =" Library for building powerful interactive command lines in Python"
5
5
readme = " README.rst"
6
6
authors = [{ name = " Jonathan Slenders" }]
You can’t perform that action at this time.
0 commit comments