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