Skip to content

Commit db84064

Browse files
Release 3.0.32.
1 parent ed597e1 commit db84064

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.32: 2025-11-20
5+
------------------
6+
7+
Fixes:
8+
- Use ANSI colors (instead of RGB colors) for the default theme. This improves
9+
the chances of having a better contrast with the background color, because we
10+
now use what is configured in the terminal emulator.
11+
12+
413
3.0.31: 2025-08-27
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.31"
3+
version = "3.0.32"
44
description = "Python REPL build on top of prompt_toolkit"
55
readme = "README.rst"
66
authors = [{ name = "Jonathan Slenders" }]

0 commit comments

Comments
 (0)