mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 10:37:52 +08:00
Prepare for version 0.11.0.
This commit is contained in:
@@ -3,6 +3,12 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
0.11.0 (2017-09-14)
|
||||||
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
- Split Jedi's parser into a separate project called ``parso``.
|
||||||
|
- Avoiding side effects in REPL completion
|
||||||
|
|
||||||
0.10.2 (2017-04-05)
|
0.10.2 (2017-04-05)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ As you see Jedi is pretty simple and allows you to concentrate on writing a
|
|||||||
good text editor, while still having very good IDE features for Python.
|
good text editor, while still having very good IDE features for Python.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '0.10.3'
|
__version__ = '0.11.0'
|
||||||
|
|
||||||
from jedi.api import Script, Interpreter, NotFoundError, set_debug_function
|
from jedi.api import Script, Interpreter, NotFoundError, set_debug_function
|
||||||
from jedi.api import preload_module, defined_names, names
|
from jedi.api import preload_module, defined_names, names
|
||||||
|
|||||||
Reference in New Issue
Block a user