Skip to content

Commit 459124a

Browse files
Pypi release 0.23.
1 parent d72adfa commit 459124a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG

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

4+
0.23: 2015-09-24
5+
----------------
6+
7+
Upgrade to prompt_toolkit 0.51
8+
9+
New features:
10+
- Mouse support
11+
- Fish style auto suggestion.
12+
- Optionally disabling of line wraps.
13+
- Use Python3Lexer for Python 3.
14+
15+
416
0.22: 2015-09-06
517
----------------
618

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.22',
16+
version='0.23',
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)