Skip to content

Commit a94449e

Browse files
Release 3.0.3
1 parent 5d46a58 commit a94449e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

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

4+
3.0.3: 2020-07-10
5+
-----------------
6+
7+
Fixes:
8+
- Sort attribute names for `DictionaryCompleter` and move underscored
9+
attributes to the end.
10+
- Handle unhandled exceptions in `get_compiler_flags`.
11+
- Improved `run_async` code.
12+
- Fix --version parameter.
13+
14+
415
3.0.2: 2020-04-14
516
-----------------
617

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name="ptpython",
1313
author="Jonathan Slenders",
14-
version="3.0.2",
14+
version="3.0.3",
1515
url="https://github.com/prompt-toolkit/ptpython",
1616
description="Python REPL build on top of prompt_toolkit",
1717
long_description=long_description,

0 commit comments

Comments
 (0)