Last preparations for v0.18.1

This commit is contained in:
Dave Halter
2021-11-17 01:44:27 +01:00
parent a276710f66
commit e2342a6551
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ Unreleased
- Implict namespaces are now a separate types in ``Name().type`` - Implict namespaces are now a separate types in ``Name().type``
- Python 3.10 support - Python 3.10 support
- Mostly bugfixes
0.18.0 (2020-12-25) 0.18.0 (2020-12-25)
+++++++++++++++++++ +++++++++++++++++++

View File

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