File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 0.0.15: 2016-02-27
5+ -----------------
6+
7+ Upgrade to prompt_toolkit==0.59 and ptpython==0.30.
8+
9+
4100.0.14: 2016-02-24
511-----------------
612
Original file line number Diff line number Diff line change 11from __future__ import unicode_literals
22
3- __version__ = '0.0.14 '
3+ __version__ = '0.0.15 '
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.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.
You can’t perform that action at this time.
0 commit comments