File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 3.0.7: 2020-09-25
5
+ -----------------
6
+
7
+ New features:
8
+ - Option to show/hide private attributes during a completion
9
+ - Added `insert_blank_line_after_input` option similar to
10
+ `insert_blank_line_after_output`.
11
+
12
+ Fixes:
13
+ - Fixed some formatting issues of `__pt_repr__`.
14
+ - Abbreviate completion meta information for dictionary completer if needed.
15
+
16
+
4
17
3.0.6: 2020-09-23
5
18
-----------------
6
19
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.6 " ,
14
+ version = "3.0.7 " ,
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