File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
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
+
4
18
3.0.11: 2020-01-20
5
19
------------------
6
20
Original file line number Diff line number Diff line change 11
11
setup (
12
12
name = "ptpython" ,
13
13
author = "Jonathan Slenders" ,
14
- version = "3.0.11 " ,
14
+ version = "3.0.12 " ,
15
15
url = "https://github.com/prompt-toolkit/ptpython" ,
16
16
description = "Python REPL build on top of prompt_toolkit" ,
17
17
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments