diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0353eee1..6c01ce16 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) diff --git a/jedi/__init__.py b/jedi/__init__.py index f15ac9f5..b7641918 100644 --- a/jedi/__init__.py +++ b/jedi/__init__.py @@ -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