Skip to content

Commit e6e91b6

Browse files
Release 0.38
1 parent f9de3dd commit e6e91b6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

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

4+
0.38: 2017-03-26
5+
----------------
6+
7+
Fixes:
8+
- Fixed syntax error in run_ptipython script.
9+
10+
411
0.37: 2017-03-26
512
----------------
613

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