Skip to content

Commit 34e4ebb

Browse files
Release 0.33
1 parent 48f508c commit 34e4ebb

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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.33: 2016-05-05
5+
---------------
6+
7+
Upgrade to prompt_toolkit 1.0.0
8+
9+
Improvements:
10+
- Unindent after typing 'pass'.
11+
- Make it configurable whether or not a blank line has to be inserted after the output.
12+
13+
414
0.32: 2016-03-29
515
---------------
616

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
setup(
1414
name='ptpython',
1515
author='Jonathan Slenders',
16-
version='0.32',
16+
version='0.33',
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 = [
2222
'docopt',
2323
'jedi>=0.9.0',
24-
'prompt_toolkit==0.60',
24+
'prompt_toolkit>=1.0.0,<2.0.0',
2525
'pygments',
2626
],
2727
entry_points={

0 commit comments

Comments
 (0)