Skip to content

Commit

Permalink
rollback Jedi update so effectively comming back to v2.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
DamnWidget committed Jul 9, 2018
1 parent 83afa91 commit ff68f17
Show file tree
Hide file tree
Showing 107 changed files with 5,745 additions and 11,685 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
# - "2.6" not supported anymore by Jedi thus not supported anymore by us
- "2.6"
- "2.7"
- "3.3"
- "3.5"
Expand Down
10 changes: 3 additions & 7 deletions anaconda_lib/jedi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,8 @@
good text editor, while still having very good IDE features for Python.
"""

__version__ = '0.12.0'
__version__ = '0.10.3'

from jedi.api import Script, Interpreter, set_debug_function, \
preload_module, names
from jedi.api import Script, Interpreter, NotFoundError, set_debug_function
from jedi.api import preload_module, defined_names, names
from jedi import settings
from jedi.api.environment import find_virtualenvs, find_system_environments, \
get_default_environment, InvalidPythonEnvironment, create_environment, \
get_system_environment
from jedi.api.exceptions import InternalError
Loading

0 comments on commit ff68f17

Please sign in to comment.