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 44397e8 commit 8f7b8e1Copy full SHA for 8f7b8e1
CHANGELOG
@@ -1,6 +1,13 @@
1
CHANGELOG
2
=========
3
4
+3.0.5: 2020-08-10
5
+-----------------
6
+
7
+Fixes:
8
+- Handle bug in dictionary completion when numeric keys are used.
9
10
11
3.0.4: 2020-08-10
12
-----------------
13
setup.py
@@ -11,7 +11,7 @@
setup(
name="ptpython",
author="Jonathan Slenders",
14
- version="3.0.4",
+ version="3.0.5",
15
url="https://github.com/prompt-toolkit/ptpython",
16
description="Python REPL build on top of prompt_toolkit",
17
long_description=long_description,
0 commit comments