Skip to content

Commit 79cb14b

Browse files
Release 3.0.28
1 parent cd54c27 commit 79cb14b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
CHANGELOG
22
=========
33

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+
417
3.0.27: 2024-05-27
518
------------------
619

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name="ptpython",
1313
author="Jonathan Slenders",
14-
version="3.0.27",
14+
version="3.0.28",
1515
url="https://github.com/prompt-toolkit/ptpython",
1616
description="Python REPL build on top of prompt_toolkit",
1717
long_description=long_description,

0 commit comments

Comments
 (0)