Skip to content

Commit 06554f9

Browse files
Release 3.0.12
1 parent 0d0509c commit 06554f9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

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

4+
3.0.12: 2020-01-24
5+
------------------
6+
7+
New features:
8+
- Expose a `get_ptpython` function in the global namespace, to get programmatic
9+
access to the REPL.
10+
- Expose `embed()` at the top level of the package. Make it possible to do
11+
`from ptpython import embed`.
12+
13+
Fixes:
14+
- Properly handle exceptions when trying to access `__pt_repr__`.
15+
- Properly handle `SystemExit`.
16+
17+
418
3.0.11: 2020-01-20
519
------------------
620

setup.py

Lines changed: 1 addition & 1 deletion
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.11",
14+
version="3.0.12",
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)