Skip to content

Commit 6362dbd

Browse files
Release 0.35
1 parent 3282738 commit 6362dbd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

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

4+
0.35: 2016-07-19
5+
----------------
6+
7+
Fixes:
8+
- Fix in completer. Don't hang when pasting a long string with many
9+
backslashes.
10+
- Fix Python2 bug: crash when filenames contain non-ascii characters.
11+
- Added `pt[i]pythonX` and `pt[i]pythonX.X` commands.
12+
- Compatibility with IPython 5.0.
13+
14+
415
0.34: 2016-05-06
516
---------------
617

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
setup(
1515
name='ptpython',
1616
author='Jonathan Slenders',
17-
version='0.34',
17+
version='0.35',
1818
url='https://github.com/jonathanslenders/ptpython',
1919
description='Python REPL build on top of prompt_toolkit',
2020
long_description=long_description,

0 commit comments

Comments
 (0)