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 d72adfa commit 459124aCopy full SHA for 459124a
CHANGELOG
@@ -1,6 +1,18 @@
1
CHANGELOG
2
=========
3
4
+0.23: 2015-09-24
5
+----------------
6
+
7
+Upgrade to prompt_toolkit 0.51
8
9
+New features:
10
+- Mouse support
11
+- Fish style auto suggestion.
12
+- Optionally disabling of line wraps.
13
+- Use Python3Lexer for Python 3.
14
15
16
0.22: 2015-09-06
17
----------------
18
setup.py
@@ -13,7 +13,7 @@
setup(
name='ptpython',
author='Jonathan Slenders',
- version='0.22',
+ version='0.23',
url='https://github.com/jonathanslenders/ptpython',
description='Python REPL build on top of prompt_toolkit',
19
long_description=long_description,
0 commit comments