We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0facdd6 commit 8eb6950Copy full SHA for 8eb6950
2 files changed
CHANGELOG
@@ -1,6 +1,16 @@
1
CHANGELOG
2
=========
3
4
+0.19: 2015-07-30
5
+---------------
6
+
7
+Upgrade to prompt_toolkit 0.44
8
9
+New features:
10
+- Added --interactive option for ptipython.
11
+- A few style improvements.
12
13
14
0.18: 2015-07-15
15
---------------
16
setup.py
@@ -13,13 +13,13 @@
setup(
name='ptpython',
author='Jonathan Slenders',
- version='0.18',
+ version='0.19',
17
url='https://github.com/jonathanslenders/ptpython',
18
description='Python REPL build on top of prompt_toolkit',
19
long_description=long_description,
20
packages=find_packages('.'),
21
install_requires = [
22
- 'prompt_toolkit==0.43',
+ 'prompt_toolkit==0.44',
23
'jedi>=0.9.0',
24
'docopt',
25
],
0 commit comments