File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,6 @@ Another old presentation here: http://www.youtube.com/watch?v=YhqsjUUHj6g
28
28
.. contents ::
29
29
30
30
31
- Changelog
32
- =========
33
-
34
- ## 2013-03-15 0.6.12
35
- --------------------
36
- * Update `PEP8 ` to version 1.4.5;
37
- * Update `Pylint ` to version 0.27.0;
38
- * Update `autopep8 ` to version 0.8.7;
39
- * Fix breakpoint definition;
40
- * Update python syntax;
41
- * Fixed run-time error when output non-ascii in multibyte locale;
42
- * Move initialization into ftplugin as it is python specific;
43
- * Pyrex (Cython) files support;
44
- * Support `raw_input ` in run python code;
45
-
46
-
47
31
Requirements
48
32
============
49
33
Original file line number Diff line number Diff line change 6
6
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
7
7
8
8
9
- Version: 0.6.16
9
+ Version: 0.6.17
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.16 "
6
+ let g: pymode_version = " 0.6.17 "
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