We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66418dc commit f917991Copy full SHA for f917991
doc/pymode.txt
@@ -6,7 +6,7 @@
6
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
7
8
9
- Version: 0.6.15
+ Version: 0.6.16
10
11
==============================================================================
12
CONTENTS *Python-mode-contents*
ftplugin/python/init-pymode.vim
@@ -3,7 +3,7 @@ if exists('did_init_pymode_vim')
3
endif
4
let did_init_pymode_vim = 1
5
-let g:pymode_version = "0.6.15"
+let g:pymode_version = "0.6.16"
com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version
0 commit comments