From 74116fe2ea0242a7c93c23e58542bd11f18a7705 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Fri, 17 Jul 2020 16:21:06 +0200 Subject: [PATCH] Prepare for 0.17.2 --- CHANGELOG.rst | 6 +++++- jedi/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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