Prepare for the 0.20.0 release

This commit is contained in:
Dave Halter
2026-05-02 01:14:51 +02:00
parent 8e4df5cc0e
commit 1b37f2eb94
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -6,6 +6,9 @@ Changelog
Unreleased
++++++++++
0.20.0 (2026-05-02)
+++++++++++++++++++
- Python 3.14 support
- Removed support for Python 3.8 and 3.9
- Upgraded Typeshed
+1 -1
View File
@@ -27,7 +27,7 @@ ad
load
"""
__version__ = '0.19.2'
__version__ = '0.20.0'
from jedi.api import Script, Interpreter, set_debug_function, preload_module
from jedi import settings