We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd54c27 commit 79cb14bCopy full SHA for 79cb14b
CHANGELOG
@@ -1,6 +1,19 @@
1
CHANGELOG
2
=========
3
4
+3.0.28: 2024-07-22
5
+------------------
6
+
7
+New features:
8
+- Custom 'exit' function to return from REPL that
9
+ * doesn't terminate `sys.stdin` when `exit` is called (important for
10
+ `embed()`).
11
+ * doesn't require to be called with parentheses.
12
13
+Fixes:
14
+- Clean up signatures on control-c.
15
16
17
3.0.27: 2024-05-27
18
------------------
19
setup.py
@@ -11,7 +11,7 @@
setup(
name="ptpython",
author="Jonathan Slenders",
- version="3.0.27",
+ version="3.0.28",
url="https://github.com/prompt-toolkit/ptpython",
description="Python REPL build on top of prompt_toolkit",
long_description=long_description,
0 commit comments