1
0
forked from VimPlug/jedi

Prepare release of 0.18.0

This commit is contained in:
Dave Halter
2020-12-25 11:06:15 +01:00
parent b89f9445c2
commit beaed886eb
2 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ Changelog
Unreleased
++++++++++
0.18.0 (2020-12-25)
+++++++++++++++++++
- Dropped Python 2 and Python 3.5
- Using ``pathlib.Path()`` as an output instead of ``str`` in most places:
- ``Project.path``

View File

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