Skip to content

Commit 8d4259d

Browse files
Release 0.29
1 parent 31a943c commit 8d4259d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

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

4+
0.29: 2016-02-24
5+
----------------
6+
7+
Upgrade to prompt_toolkit 0.58
8+
9+
New features:
10+
- Improved mouse support
11+
12+
413
0.28: 2016-01-04
514
----------------
615

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