Skip to content

Commit

Permalink
Release 3.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanslenders committed May 27, 2024
1 parent ecbfe06 commit cca9ec9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

3.0.27: 2024-05-27
------------------

- Limit number of completions to 5k (for performance).
- Several typing fixes.


3.0.26: 2024-02-06
------------------

Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name="ptpython",
author="Jonathan Slenders",
version="3.0.26",
version="3.0.27",
url="https://github.com/prompt-toolkit/ptpython",
description="Python REPL build on top of prompt_toolkit",
long_description=long_description,
Expand All @@ -38,8 +38,11 @@
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python",
],
Expand Down

0 comments on commit cca9ec9

Please sign in to comment.