We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ffa66 commit 36dc194Copy full SHA for 36dc194
3 files changed
Changelog.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-## 2013-03-16 0.6.13
+## 2013-03-16 0.6.14
5
--------------------
6
* Update `PEP8` to version 1.4.5;
7
* Update `Pylint` to version 0.27.0;
doc/pymode.txt
@@ -6,7 +6,7 @@
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
8
9
- Version: 0.6.13
+ Version: 0.6.14
10
11
==============================================================================
12
CONTENTS *Python-mode-contents*
ftplugin/python/init-pymode.vim
@@ -3,7 +3,7 @@ if exists('did_init_pymode_vim')
endif
let did_init_pymode_vim = 1
-let g:pymode_version = "0.6.13"
+let g:pymode_version = "0.6.14"
com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version
0 commit comments