File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
3- current_version = 0.10 .0
3+ current_version = 0.11 .0
44files = plugin/pymode.vim
55tag = True
66tag_name = {new_version}
77
88[bumpversion:file:doc/pymode.txt]
99search = Version: {current_version}
1010replace = Version: {new_version}
11-
Original file line number Diff line number Diff line change 66 (__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
77
88
9- Version: 0.10 .0
9+ Version: 0.11 .0
1010
1111===============================================================================
1212CONTENTS *pymode-contents*
Original file line number Diff line number Diff line change 11" vi: fdl = 1
2- let g: pymode_version = " 0.10 .0"
2+ let g: pymode_version = " 0.11 .0"
33
44" Enable pymode by default :)
55call pymode#default (' g:pymode' , 1 )
You can’t perform that action at this time.
0 commit comments