File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
4202.0.4: 2018-10-30
521-----------------
622
Original file line number Diff line number Diff line change 1010setup (
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 ,
You can’t perform that action at this time.
0 commit comments