mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-24 17:28:36 +08:00
Merge branch 'dev'
This commit is contained in:
@@ -3,6 +3,17 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
0.10.2 (2017-04-05)
|
||||||
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
- Python Packaging sucks. Some files were not included in 0.10.1.
|
||||||
|
|
||||||
|
0.10.1 (2017-04-05)
|
||||||
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
- Fixed a few very annoying bugs.
|
||||||
|
- Prepared the parser to be factored out of Jedi.
|
||||||
|
|
||||||
0.10.0 (2017-02-03)
|
0.10.0 (2017-02-03)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -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.1'
|
__version__ = '0.10.2'
|
||||||
|
|
||||||
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