forked from VimPlug/jedi
Prepare release of 0.18.0
This commit is contained in:
@@ -6,6 +6,9 @@ Changelog
|
|||||||
Unreleased
|
Unreleased
|
||||||
++++++++++
|
++++++++++
|
||||||
|
|
||||||
|
0.18.0 (2020-12-25)
|
||||||
|
+++++++++++++++++++
|
||||||
|
|
||||||
- Dropped Python 2 and Python 3.5
|
- Dropped Python 2 and Python 3.5
|
||||||
- Using ``pathlib.Path()`` as an output instead of ``str`` in most places:
|
- Using ``pathlib.Path()`` as an output instead of ``str`` in most places:
|
||||||
- ``Project.path``
|
- ``Project.path``
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ ad
|
|||||||
load
|
load
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '0.17.2'
|
__version__ = '0.18.0'
|
||||||
|
|
||||||
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