Skip to content

Commit cf4c005

Browse files
Release 0.0.15
1 parent 2594495 commit cf4c005

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.15: 2016-02-27
5+
-----------------
6+
7+
Upgrade to prompt_toolkit==0.59 and ptpython==0.30.
8+
9+
410
0.0.14: 2016-02-24
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.14'
3+
__version__ = '0.0.15'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
long_description=long_description,
2222
packages=find_packages('.'),
2323
install_requires = [
24-
'prompt_toolkit==0.58',
25-
'ptpython==0.29', # For the Python completion (with Jedi.)
24+
'prompt_toolkit==0.59',
25+
'ptpython==0.30', # 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)