We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de87d13 commit 172b6d2Copy full SHA for 172b6d2
CHANGELOG
@@ -1,6 +1,17 @@
1
CHANGELOG
2
=========
3
4
+0.25: 2015-10-29
5
+----------------
6
+
7
+Upgrade to prompt_toolkit 0.54
8
9
+Fixes:
10
+- Consider input multiline when there's a colon at the end of the line.
11
+- Handle bug in Jedi.
12
+- Enable search bindings in history browser.
13
14
15
0.24: 2015-09-24
16
----------------
17
setup.py
@@ -13,7 +13,7 @@
setup(
name='ptpython',
author='Jonathan Slenders',
- version='0.24',
+ version='0.25',
url='https://github.com/jonathanslenders/ptpython',
18
description='Python REPL build on top of prompt_toolkit',
19
long_description=long_description,
0 commit comments