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 1512b95 commit dfead63Copy full SHA for dfead63
CHANGELOG
@@ -1,6 +1,14 @@
1
CHANGELOG
2
=========
3
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
12
0.38: 2017-03-26
13
----------------
14
setup.py
@@ -14,7 +14,7 @@
setup(
15
name='ptpython',
16
author='Jonathan Slenders',
17
- version='0.38',
+ version='0.39',
18
url='https://github.com/jonathanslenders/ptpython',
19
description='Python REPL build on top of prompt_toolkit',
20
long_description=long_description,
0 commit comments