File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
3- current_version = 0.8.1
3+ current_version = 0.9.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.8.1
9+ Version: 0.9.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.8.1 "
2+ let g: pymode_version = " 0.9.0 "
33
44com ! PymodeVersion echomsg " Current python-mode version: " . g: pymode_version
55com ! PymodeTroubleshooting call pymode#troubleshooting#test ()
You can’t perform that action at this time.
0 commit comments