forked from VimPlug/jedi
Release notes for 0.13.0
This commit is contained in:
@@ -3,11 +3,14 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
0.13.0 ()
|
0.13.0 (2018-01-02)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
- A small release. Some bug fixes.
|
||||||
- Remove Python 3.3 support. Python 3.3 support has been dropped by the Python
|
- Remove Python 3.3 support. Python 3.3 support has been dropped by the Python
|
||||||
foundation.
|
foundation.
|
||||||
|
- Default environments are now using the same Python version as the Python
|
||||||
|
process. In 0.12.x, we used to load the latest Python version on the system.
|
||||||
- Added ``include_builtins`` as a parameter to usages.
|
- Added ``include_builtins`` as a parameter to usages.
|
||||||
- ``goto_assignments`` has a new ``follow_builtin_imports`` parameter that
|
- ``goto_assignments`` has a new ``follow_builtin_imports`` parameter that
|
||||||
changes the previous behavior slightly.
|
changes the previous behavior slightly.
|
||||||
|
|||||||
@@ -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.12.1'
|
__version__ = '0.13.0'
|
||||||
|
|
||||||
from jedi.api import Script, Interpreter, set_debug_function, \
|
from jedi.api import Script, Interpreter, set_debug_function, \
|
||||||
preload_module, names
|
preload_module, names
|
||||||
|
|||||||
Reference in New Issue
Block a user