Skip to content

Commit

Permalink
Prepare release of 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Dec 25, 2020
1 parent b89f944 commit 4b5b2e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -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``
Expand Down
2 changes: 1 addition & 1 deletion jedi/__init__.py
Expand Up @@ -27,7 +27,7 @@
load
"""

__version__ = '0.17.2'
__version__ = '0.18.0'

from jedi.api import Script, Interpreter, set_debug_function, preload_module
from jedi import settings
Expand Down

0 comments on commit 4b5b2e7

Please sign in to comment.