Prepare the release of 0.18.2

This commit is contained in:
Dave Halter
2022-11-21 23:23:46 +01:00
parent 41455480be
commit eaab706038
2 changed files with 7 additions and 1 deletions

View File

@@ -6,9 +6,15 @@ Changelog
Unreleased
++++++++++
0.18.2 (2022-11-21)
+++++++++++++++++++
- Added dataclass-equivalent for attrs.define
- Find fixtures from Pytest entrypoints; Examples of pytest plugins installed
like this are pytest-django, pytest-sugar and Faker.
- Fixed Project.search, when a venv was involved, which is why for example
`:Pyimport django.db` did not work in some cases in jedi-vim.
- And many smaller bugfixes
0.18.1 (2021-11-17)
+++++++++++++++++++

View File

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