Skip to content

Commit

Permalink
Release 3.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanslenders committed Jul 22, 2024
1 parent cd54c27 commit 79cb14b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
CHANGELOG
=========

3.0.28: 2024-07-22
------------------

New features:
- Custom 'exit' function to return from REPL that
* doesn't terminate `sys.stdin` when `exit` is called (important for
`embed()`).
* doesn't require to be called with parentheses.

Fixes:
- Clean up signatures on control-c.


3.0.27: 2024-05-27
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 79cb14b

Please sign in to comment.