1
0
forked from VimPlug/jedi

Start changelog for 0.17.1

This commit is contained in:
Dave Halter
2020-04-22 23:14:40 +02:00
parent 94d374c9ce
commit 0f39135ae5
2 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,12 @@
Changelog
---------
Unreleased: 0.17.1 (2020-04-)
+++++++++++++++++++
- Django ``Model`` meta class support
- A few bugfixes
0.17.0 (2020-04-14)
+++++++++++++++++++

View File

@@ -27,7 +27,7 @@ ad
load
"""
__version__ = '0.17.0'
__version__ = '0.17.1'
from jedi.api import Script, Interpreter, set_debug_function, \
preload_module, names