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 1
1
CHANGELOG
2
2
=========
3
3
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
+
4
13
0.0.5: 2015-06-22
5
14
-----------------
6
15
Original file line number Diff line number Diff line change 1
1
from __future__ import unicode_literals
2
2
3
- __version__ = '0.0.5 '
3
+ __version__ = '0.0.6 '
Original file line number Diff line number Diff line change 21
21
long_description = long_description ,
22
22
packages = find_packages ('.' ),
23
23
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.)
26
26
'pyflakes' , # For Python error reporting.
27
27
'docopt' , # For command line arguments.
28
28
],
You can’t perform that action at this time.
0 commit comments