Skip to content

Commit c45fc89

Browse files
Release 2.0.4
1 parent 23e15c8 commit c45fc89

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

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

4+
2.0.4: 2018-10-30
5+
-----------------
6+
7+
- Fixed ptipython.
8+
- Fixed config: setting of color depth.
9+
- Fixed auto-suggest key bindings.
10+
- Fixed Control-D key binding for exiting REPL when (confirm_exit=False).
11+
- Correctly focus/unfocus sidebar.
12+
- Fixed open_in_editor and suspend key bindings.
13+
14+
415
2.0.3: 2018-10-12
516
-----------------
617

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
setup(
1515
name='ptpython',
1616
author='Jonathan Slenders',
17-
version='2.0.3',
17+
version='2.0.4',
1818
url='https://github.com/jonathanslenders/ptpython',
1919
description='Python REPL build on top of prompt_toolkit',
2020
long_description=long_description,

0 commit comments

Comments
 (0)