Skip to content

Commit 92d3d08

Browse files
Release 0.40
1 parent 86d9677 commit 92d3d08

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG

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

4-
0.38: 2017-03-28
4+
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
517
----------------
618

719
Fixes:

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