mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-06 20:24:00 +08:00
Prepare for the 0.20.0 release
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user