Skip to content

Commit 59cf8ec

Browse files
Pypi release 0.34
1 parent a9da689 commit 59cf8ec

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

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.34: 2015-04-26
5+
----------------
6+
7+
Bug fixes:
8+
- Correct display of multi width characters in completion menu.
9+
10+
Backwards incompatible changes:
11+
- Renamed Buffer.add_to_history to Buffer.append_to_history.
12+
413
0.33: 2015-04-25
514
----------------
615

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
setup(
1515
name='prompt_toolkit',
1616
author='Jonathan Slenders',
17-
version='0.33',
17+
version='0.34',
1818
license='LICENSE.txt',
1919
url='https://github.com/jonathanslenders/python-prompt-toolkit',
2020
description='Library for building powerful interactive command lines in Python',

0 commit comments

Comments
 (0)