We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7f68e commit 5021832Copy full SHA for 5021832
CHANGELOG
@@ -1,6 +1,13 @@
1
CHANGELOG
2
=========
3
4
+3.0.29: 2024-07-22
5
+------------------
6
+
7
+Fixes:
8
+- Further improve performance of dictionary completions.
9
10
11
3.0.28: 2024-07-22
12
------------------
13
setup.py
@@ -11,7 +11,7 @@
setup(
name="ptpython",
author="Jonathan Slenders",
14
- version="3.0.28",
+ version="3.0.29",
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