File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 0.0.6: 2015-06-30
5+ -----------------
6+
7+ Upgrade to prompt_toolkit==0.44 and ptpython==0.19.
8+
9+ New features:
10+ - Added __main__: allow "python -m pyvim".
11+
12+
4130.0.5: 2015-06-22
514-----------------
615
Original file line number Diff line number Diff line change 11from __future__ import unicode_literals
22
3- __version__ = '0.0.5 '
3+ __version__ = '0.0.6 '
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==0.41 ' ,
25- 'ptpython==0.15 ' , # For the Python completion (with Jedi.)
24+ 'prompt-toolkit==0.44 ' ,
25+ 'ptpython==0.19 ' , # For the Python completion (with Jedi.)
2626 'pyflakes' , # For Python error reporting.
2727 'docopt' , # For command line arguments.
2828 ],
You can’t perform that action at this time.
0 commit comments