Skip to content

Commit fb9bed1

Browse files
Release 3.0.27
1 parent 8f68b6c commit fb9bed1

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
3.0.27: 2024-05-27
5+
------------------
6+
7+
- Limit number of completions to 5k (for performance).
8+
- Several typing fixes.
9+
10+
411
3.0.26: 2024-02-06
512
------------------
613

setup.py

+5-2
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.26",
14+
version="3.0.27",
1515
url="https://github.com/prompt-toolkit/ptpython",
1616
description="Python REPL build on top of prompt_toolkit",
1717
long_description=long_description,
@@ -38,8 +38,11 @@
3838
"License :: OSI Approved :: BSD License",
3939
"Programming Language :: Python :: 3",
4040
"Programming Language :: Python :: 3.7",
41-
"Programming Language :: Python :: 3.7",
4241
"Programming Language :: Python :: 3.8",
42+
"Programming Language :: Python :: 3.9",
43+
"Programming Language :: Python :: 3.10",
44+
"Programming Language :: Python :: 3.11",
45+
"Programming Language :: Python :: 3.12",
4346
"Programming Language :: Python :: 3 :: Only",
4447
"Programming Language :: Python",
4548
],

0 commit comments

Comments
 (0)