Skip to content

Commit 50604fd

Browse files
Release 3.0.51
1 parent 88a011c commit 50604fd

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
CHANGELOG
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+
414
3.0.50: 2025-01-20
515
------------------
616

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
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.
6161
docs_fmt_url = "https://python-prompt-toolkit.readthedocs.io/en/{release}/"
6262
# The list of releases to include in the dropdown.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "prompt_toolkit"
3-
version = "3.0.50"
3+
version = "3.0.51" # Also update in `docs/conf.py`.
44
description="Library for building powerful interactive command lines in Python"
55
readme = "README.rst"
66
authors = [{ name = "Jonathan Slenders" }]

0 commit comments

Comments
 (0)