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 86d9677 commit 92d3d08Copy full SHA for 92d3d08
CHANGELOG
@@ -1,7 +1,19 @@
1
CHANGELOG
2
=========
3
4
-0.38: 2017-03-28
+0.40: 2017-07-27
5
+----------------
6
+
7
+Fixes:
8
+- Fix in setup.py: `extras_require` instead of `extra_require`.
9
+- Catch AssertionError in Jedi completion.
10
+- Use __main__.__dict__ for globals and locals.
11
12
+New features:
13
+- Support `user_ns` arg for compatibility with start_ipython.
14
15
16
+0.39: 2017-03-28
17
----------------
18
19
Fixes:
setup.py
@@ -14,7 +14,7 @@
setup(
name='ptpython',
author='Jonathan Slenders',
- version='0.39',
+ version='0.40',
url='https://github.com/jonathanslenders/ptpython',
description='Python REPL build on top of prompt_toolkit',
20
long_description=long_description,
0 commit comments