Skip to content

Commit 86e1571

Browse files
Release 3.0.7
1 parent a395a25 commit 86e1571

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG

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

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+
417
3.0.6: 2020-09-23
518
-----------------
619

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.6",
14+
version="3.0.7",
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)