Skip to content

Commit d93f58c

Browse files
Release 0.0.18
1 parent f428949 commit d93f58c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
0.0.18: 2016-05-09
5+
------------------
6+
7+
Upgrade to ptpython==0.34.
8+
9+
410
0.0.17: 2016-05-05
511
-----------------
612

pyvim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import unicode_literals
22

3-
__version__ = '0.0.17'
3+
__version__ = '0.0.18'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
packages=find_packages('.'),
2323
install_requires = [
2424
'prompt_toolkit>=1.0.0,<1.1.0',
25-
'ptpython==0.33', # For the Python completion (with Jedi.)
25+
'ptpython==0.34', # For the Python completion (with Jedi.)
2626
'pyflakes', # For Python error reporting.
2727
'pygments', # For the syntax highlighting.
2828
'docopt', # For command line arguments.

0 commit comments

Comments
 (0)