File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
4140.0.19: 2016-08-04
515------------------
616
Original file line number Diff line number Diff line change 11from __future__ import unicode_literals
22
3- __version__ = '0.0.19 '
3+ __version__ = '0.0.20 '
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments