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 31a943c commit 8d4259dCopy full SHA for 8d4259d
CHANGELOG
@@ -1,6 +1,15 @@
1
CHANGELOG
2
=========
3
4
+0.29: 2016-02-24
5
+----------------
6
+
7
+Upgrade to prompt_toolkit 0.58
8
9
+New features:
10
+- Improved mouse support
11
12
13
0.28: 2016-01-04
14
----------------
15
setup.py
@@ -13,7 +13,7 @@
setup(
name='ptpython',
author='Jonathan Slenders',
16
- version='0.28',
+ version='0.29',
17
url='https://github.com/jonathanslenders/ptpython',
18
description='Python REPL build on top of prompt_toolkit',
19
long_description=long_description,
0 commit comments