We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f428949 commit d93f58cCopy full SHA for d93f58c
CHANGELOG
@@ -1,6 +1,12 @@
1
CHANGELOG
2
=========
3
4
+0.0.18: 2016-05-09
5
+------------------
6
+
7
+Upgrade to ptpython==0.34.
8
9
10
0.0.17: 2016-05-05
11
-----------------
12
pyvim/__init__.py
@@ -1,3 +1,3 @@
from __future__ import unicode_literals
-__version__ = '0.0.17'
+__version__ = '0.0.18'
setup.py
@@ -22,7 +22,7 @@
22
packages=find_packages('.'),
23
install_requires = [
24
'prompt_toolkit>=1.0.0,<1.1.0',
25
- 'ptpython==0.33', # For the Python completion (with Jedi.)
+ 'ptpython==0.34', # For the Python completion (with Jedi.)
26
'pyflakes', # For Python error reporting.
27
'pygments', # For the syntax highlighting.
28
'docopt', # For command line arguments.
0 commit comments