8000
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 92f44f4 commit ed80fdeCopy full SHA for ed80fde
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
commit = True
3
-current_version = 0.9.1
+current_version = 0.9.2
4
files = plugin/pymode.vim
5
tag = True
6
tag_name = {new_version}
doc/pymode.txt
@@ -6,7 +6,7 @@
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
7
8
9
- Version: 0.9.1
+ Version: 0.9.2
10
11
==============================================================================
12
CONTENTS *pymode-contents*
plugin/pymode.vim
@@ -1,5 +1,5 @@
" vi: fdl=1
-let g:pymode_version = "0.9.1"
+let g:pymode_version = "0.9.2"
com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version
com! PymodeTroubleshooting call pymode#troubleshooting#test()
0 commit comments