We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebef06e commit da2c528Copy full SHA for da2c528
CHANGELOG
@@ -1,6 +1,13 @@
1
CHANGELOG
2
=========
3
4
+0.41: 2017-07-27
5
+----------------
6
+
7
+Fixes:
8
+- Catch Jedi SystemError.
9
10
11
0.40: 2017-07-27
12
----------------
13
setup.py
@@ -14,7 +14,7 @@
14
setup(
15
name='ptpython',
16
author='Jonathan Slenders',
17
- version='0.40',
+ version='0.41',
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