We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3125e commit 6a88672Copy full SHA for 6a88672
CHANGELOG
@@ -1,6 +1,12 @@
1
CHANGELOG
2
=========
3
4
+0.34: 2016-05-06
5
+---------------
6
+
7
+Bugfix in ptipython: reset input buffer before every read in run().
8
9
10
0.33: 2016-05-05
11
---------------
12
setup.py
@@ -13,7 +13,7 @@
13
setup(
14
name='ptpython',
15
author='Jonathan Slenders',
16
- version='0.33',
+ version='0.34',
17
url='https://github.com/jonathanslenders/ptpython',
18
description='Python REPL build on top of prompt_toolkit',
19
long_description=long_description,
0 commit comments