Skip to content

Commit 6edce3c

Browse files
Release 2.0.5
1 parent 19416ee commit 6edce3c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG

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

4+
5+
2.0.5: 2019-10-09
6+
-----------------
7+
8+
New features:
9+
- Added dictionary completer (off by default).
10+
- Added fuzzy completion (off by default).
11+
- Highlight keywords in completion dropdown menu.
12+
- Enable universal wheels.
13+
14+
Fixes:
15+
- Fixed embedding repl as asyncio coroutine.
16+
- Fixed patching stdout in embedded repl.
17+
- Fixed ResourceWarning in setup.py.
18+
19+
420
2.0.4: 2018-10-30
521
-----------------
622

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
1111
name='ptpython',
1212
author='Jonathan Slenders',
13-
version='2.0.4',
13+
version='2.0.5',
1414
url='https://github.com/jonathanslenders/ptpython',
1515
description='Python REPL build on top of prompt_toolkit',
1616
long_description=long_description,

0 commit comments

Comments
 (0)