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 1
1
[bumpversion]
2
2
commit = True
3
- current_version = 0.8.1
3
+ current_version = 0.9.0
4
4
files = plugin/pymode.vim
5
5
tag = True
6
6
tag_name = {new_version}
7
7
8
8
[bumpversion:file:doc/pymode.txt]
9
9
search = Version: {current_version}
10
10
replace = Version: {new_version}
11
+
Original file line number Diff line number Diff line change 6
6
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
7
7
8
8
9
- Version: 0.8.1
9
+ Version: 0.9.0
10
10
11
11
==============================================================================
12
12
CONTENTS *pymode-contents*
Original file line number Diff line number Diff line change 1
1
" vi: fdl = 1
2
- let g: pymode_version = " 0.8.1 "
2
+ let g: pymode_version = " 0.9.0 "
3
3
4
4
com ! PymodeVersion echomsg " Current python-mode version: " . g: pymode_version
5
5
com ! PymodeTroubleshooting call pymode#troubleshooting#test ()
You can’t perform that action at this time.
0 commit comments