File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- ## 2013-03-15 0.6.12
4+ ## 2013-03-16 0.6.13
55--------------------
66* Update `PEP8 ` to version 1.4.5;
77* Update `Pylint ` to version 0.27.0;
8+ * Update `pyflakes ` to version 0.6.1;
89* Update `autopep8 ` to version 0.8.7;
910* Fix breakpoint definition;
1011* Update python syntax;
Original file line number Diff line number Diff line change 66 (__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
77
88
9- Version: 0.6.12
9+ Version: 0.6.13
1010
1111==============================================================================
1212CONTENTS *Python-mode-contents*
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if exists('did_init_pymode_vim')
33endif
44let did_init_pymode_vim = 1
55
6- let g: pymode_version = " 0.6.12 "
6+ let g: pymode_version = " 0.6.13 "
77
88com ! PymodeVersion echomsg " Current python-mode version: " . g: pymode_version
99
You can’t perform that action at this time.
0 commit comments