Skip to content

Commit 6860c41

Browse files
Release 0.0.20
1 parent 0c36a27 commit 6860c41

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG

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

4+
0.0.20: 2016-10-16
5+
-------------------
6+
7+
- Added support for inserting before/after visual block.
8+
- Better Jedi integration for completion of Python files.
9+
- Don't depend on ptpython code anymore.
10+
11+
Upgrade to prompt_toolkit==1.0.8
12+
13+
414
0.0.19: 2016-08-04
515
------------------
616

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.19'
3+
__version__ = '0.0.20'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
long_description=long_description,
2222
packages=find_packages('.'),
2323
install_requires = [
24-
'prompt_toolkit>=1.0.4,<1.1.0',
24+
'prompt_toolkit>=1.0.8,<1.1.0',
2525
'pyflakes', # For Python error reporting.
2626
'pygments', # For the syntax highlighting.
2727
'docopt', # For command line arguments.

0 commit comments

Comments
 (0)