Skip to content

Commit 7969b7d

Browse files
Release 0.26
1 parent 0710c77 commit 7969b7d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG

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

4+
0.26: 2016-01-03
5+
----------------
6+
7+
Upgrade to prompt_toolkit 0.55
8+
9+
Fixes:
10+
- Handle several bugs in Jedi.
11+
- Correctly handle sys.argv when pt(i)python is started with --interactive.
12+
- Support for 24bit true color.
13+
- Take compiler flags into account for ptipython.
14+
415
0.25: 2015-10-29
516
----------------
617

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.25',
16+
version='0.26',
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.54',
22+
'prompt_toolkit==0.55',
2323
'jedi>=0.9.0',
2424
'docopt',
2525
],

0 commit comments

Comments
 (0)