Skip to content

Commit 8c0cc3f

Browse files
Release 0.27
1 parent 7969b7d commit 8c0cc3f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG

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

4+
0.27: 2016-01-03
5+
----------------
6+
7+
Upgrade to prompt_toolkit 0.56
8+
9+
410
0.26: 2016-01-03
511
----------------
612

@@ -12,6 +18,7 @@ Fixes:
1218
- Support for 24bit true color.
1319
- Take compiler flags into account for ptipython.
1420

21+
1522
0.25: 2015-10-29
1623
----------------
1724

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.26',
16+
version='0.27',
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.55',
22+
'prompt_toolkit==0.56',
2323
'jedi>=0.9.0',
2424
'docopt',
2525
],

0 commit comments

Comments
 (0)