Skip to content

Commit 172b6d2

Browse files
Release 0.25
1 parent de87d13 commit 172b6d2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
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.25: 2015-10-29
5+
----------------
6+
7+
Upgrade to prompt_toolkit 0.54
8+
9+
Fixes:
10+
- Consider input multiline when there's a colon at the end of the line.
11+
- Handle bug in Jedi.
12+
- Enable search bindings in history browser.
13+
14+
415
0.24: 2015-09-24
516
----------------
617

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
setup(
1414
name='ptpython',
1515
author='Jonathan Slenders',
16-
version='0.24',
16+
version='0.25',
1717
url='https://github.com/jonathanslenders/ptpython',
1818
description='Python REPL build on top of prompt_toolkit',
1919
long_description=long_description,

0 commit comments

Comments
 (0)