mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 07:14:48 +08:00
Last preparations for v0.18.1
This commit is contained in:
@@ -11,6 +11,7 @@ Unreleased
|
|||||||
|
|
||||||
- Implict namespaces are now a separate types in ``Name().type``
|
- Implict namespaces are now a separate types in ``Name().type``
|
||||||
- Python 3.10 support
|
- Python 3.10 support
|
||||||
|
- Mostly bugfixes
|
||||||
|
|
||||||
0.18.0 (2020-12-25)
|
0.18.0 (2020-12-25)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ ad
|
|||||||
load
|
load
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '0.18.0'
|
__version__ = '0.18.1'
|
||||||
|
|
||||||
from jedi.api import Script, Interpreter, set_debug_function, preload_module
|
from jedi.api import Script, Interpreter, set_debug_function, preload_module
|
||||||
from jedi import settings
|
from jedi import settings
|
||||||
|
|||||||
Reference in New Issue
Block a user