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 5d46a58 commit a94449eCopy full SHA for a94449e
CHANGELOG
@@ -1,6 +1,17 @@
1
CHANGELOG
2
=========
3
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
15
3.0.2: 2020-04-14
16
-----------------
17
setup.py
@@ -11,7 +11,7 @@
setup(
name="ptpython",
author="Jonathan Slenders",
- version="3.0.2",
+ version="3.0.3",
url="https://github.com/prompt-toolkit/ptpython",
description="Python REPL build on top of prompt_toolkit",
long_description=long_description,
0 commit comments