Skip to content

Commit dfead63

Browse files
Release 0.39
1 parent 1512b95 commit dfead63

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

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

4+
0.38: 2017-03-28
5+
----------------
6+
7+
Fixes:
8+
- Fixed bug in run_ptipython. (It could fail to start if the config directory
9+
already existed.)
10+
11+
412
0.38: 2017-03-26
513
----------------
614

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.38',
17+
version='0.39',
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)