Skip to content

Commit

Permalink
Release notes for 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Oct 1, 2018
1 parent c24eb4b commit 96b57f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -3,11 +3,14 @@
Changelog
---------

0.13.0 ()
0.13.0 (2018-01-02)

This comment has been minimized.

Copy link
@micbou

micbou Oct 1, 2018

Contributor

There is a mistake in the date: it should be 2018-10-02. Thanks for the release by the way!

This comment has been minimized.

Copy link
@davidhalter

davidhalter Oct 2, 2018

Author Owner

Thanks for mentioning that. I somehow missed it! I will release again probably tomorrow, because there was still an issue with tensorflow.

+++++++++++++++++++

- A small release. Some bug fixes.
- Remove Python 3.3 support. Python 3.3 support has been dropped by the Python
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.
- ``goto_assignments`` has a new ``follow_builtin_imports`` parameter that
changes the previous behavior slightly.
Expand Down
2 changes: 1 addition & 1 deletion jedi/__init__.py
Expand Up @@ -36,7 +36,7 @@
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, \
preload_module, names
Expand Down

0 comments on commit 96b57f4

Please sign in to comment.