We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4949a commit 836431fCopy full SHA for 836431f
CHANGELOG
@@ -1,6 +1,17 @@
1
CHANGELOG
2
=========
3
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
15
3.0.29: 2024-07-22
16
------------------
17
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "ptpython"
-version = "3.0.29"
+version = "3.0.30"
description = "Python REPL build on top of prompt_toolkit"
readme = "README.rst"
authors = [{ name = "Jonathan Slenders" }]
0 commit comments