mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Prepare for 0.17.2
This commit is contained in:
@@ -6,11 +6,15 @@ Changelog
|
|||||||
Unreleased
|
Unreleased
|
||||||
++++++++++
|
++++++++++
|
||||||
|
|
||||||
|
0.17.2 (2020-07-17)
|
||||||
|
+++++++++++++++++++
|
||||||
|
|
||||||
- Added an option to pass environment variables to ``Environment``
|
- Added an option to pass environment variables to ``Environment``
|
||||||
- ``Project(...).path`` exists now
|
- ``Project(...).path`` exists now
|
||||||
- Support for Python 3.9
|
- Support for Python 3.9
|
||||||
|
- A few bugfixes
|
||||||
|
|
||||||
This will probably the last release that supports Python 2 and Python 3.5.
|
This will the last release that supports Python 2 and Python 3.5.
|
||||||
``0.18.0`` will be Python 3.6+.
|
``0.18.0`` will be Python 3.6+.
|
||||||
|
|
||||||
0.17.1 (2020-06-20)
|
0.17.1 (2020-06-20)
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ ad
|
|||||||
load
|
load
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '0.17.1'
|
__version__ = '0.17.2'
|
||||||
|
|
||||||
from jedi.api import Script, Interpreter, set_debug_function, \
|
from jedi.api import Script, Interpreter, set_debug_function, \
|
||||||
preload_module, names
|
preload_module, names
|
||||||
|
|||||||
Reference in New Issue
Block a user