Skip to content

Commit 8eb6950

Browse files
Pypi release 0.19.
1 parent 0facdd6 commit 8eb6950

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
CHANGELOG
22
=========
33

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+
414
0.18: 2015-07-15
515
---------------
616

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
setup(
1414
name='ptpython',
1515
author='Jonathan Slenders',
16-
version='0.18',
16+
version='0.19',
1717
url='https://github.com/jonathanslenders/ptpython',
1818
description='Python REPL build on top of prompt_toolkit',
1919
long_description=long_description,
2020
packages=find_packages('.'),
2121
install_requires = [
22-
'prompt_toolkit==0.43',
22+
'prompt_toolkit==0.44',
2323
'jedi>=0.9.0',
2424
'docopt',
2525
],

0 commit comments

Comments
 (0)