Skip to content

Commit 0066c7e

Browse files
Release 3.0.31
1 parent b3959fe commit 0066c7e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGELOG
22
=========
33

4+
3.0.31: 2025-08-27
5+
------------------
6+
7+
Fixes:
8+
- Add `patch_stdout_raw` parameter to `embed()`.
9+
- Fix repl.min_brightness and repl.max_brightness config in history.
10+
- Fix positioning of exit confirmation (compatibilitiy with latest prompt_toolkit).
11+
12+
413
3.0.30: 2025-04-15
514
------------------
615

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ptpython"
3-
version = "3.0.30"
3+
version = "3.0.31"
44
description = "Python REPL build on top of prompt_toolkit"
55
readme = "README.rst"
66
authors = [{ name = "Jonathan Slenders" }]

0 commit comments

Comments
 (0)