We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a395a25 commit 86e1571Copy full SHA for 86e1571
2 files changed
CHANGELOG
@@ -1,6 +1,19 @@
1
CHANGELOG
2
=========
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
17
3.0.6: 2020-09-23
18
-----------------
19
setup.py
@@ -11,7 +11,7 @@
setup(
name="ptpython",
author="Jonathan Slenders",
- version="3.0.6",
+ version="3.0.7",
url="https://github.com/prompt-toolkit/ptpython",
description="Python REPL build on top of prompt_toolkit",
long_description=long_description,
0 commit comments