Prepare for 0.17.2

This commit is contained in:
Dave Halter
2020-07-17 16:21:06 +02:00
parent 1233caebdc
commit 74116fe2ea
2 changed files with 6 additions and 2 deletions

View File

@@ -6,11 +6,15 @@ Changelog
Unreleased
++++++++++
0.17.2 (2020-07-17)
+++++++++++++++++++
- Added an option to pass environment variables to ``Environment``
- ``Project(...).path`` exists now
- 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.17.1 (2020-06-20)

View File

@@ -27,7 +27,7 @@ ad
load
"""
__version__ = '0.17.1'
__version__ = '0.17.2'
from jedi.api import Script, Interpreter, set_debug_function, \
preload_module, names