Skip to content

Commit 6a88672

Browse files
Release 0.34
1 parent 3f3125e commit 6a88672

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

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

4+
0.34: 2016-05-06
5+
---------------
6+
7+
Bugfix in ptipython: reset input buffer before every read in run().
8+
9+
410
0.33: 2016-05-05
511
---------------
612

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