Skip to content

Commit 836431f

Browse files
Release 3.0.30
1 parent fb4949a commit 836431f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

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

4+
3.0.30: 2025-04-15
5+
------------------
6+
7+
New features:
8+
- Show exception cause/context when printing chained exceptions.
9+
- Reworked project layout and use pyproject.toml instead of setup.py.
10+
11+
Breaking changes:
12+
- Drop Python 3.7 support.
13+
14+
415
3.0.29: 2024-07-22
516
------------------
617

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.29"
3+
version = "3.0.30"
44
description = "Python REPL build on top of prompt_toolkit"
55
readme = "README.rst"
66
authors = [{ name = "Jonathan Slenders" }]

0 commit comments

Comments
 (0)