We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaade02 commit b6c2a3fCopy full SHA for b6c2a3f
3 files changed
.bumpversion.cfg
@@ -1,11 +1,10 @@
1
[bumpversion]
2
commit = True
3
-current_version = 0.10.0
+current_version = 0.11.0
4
files = plugin/pymode.vim
5
tag = True
6
tag_name = {new_version}
7
8
[bumpversion:file:doc/pymode.txt]
9
search = Version: {current_version}
10
replace = Version: {new_version}
11
-
doc/pymode.txt
@@ -6,7 +6,7 @@
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
- Version: 0.10.0
+ Version: 0.11.0
===============================================================================
12
CONTENTS *pymode-contents*
plugin/pymode.vim
@@ -1,5 +1,5 @@
" vi: fdl=1
-let g:pymode_version = "0.10.0"
+let g:pymode_version = "0.11.0"
" Enable pymode by default :)
call pymode#default('g:pymode', 1)
0 commit comments