dot_files/vim-plugins/bundle/python-mode/.bumpversion.cfg

12 lines
219 B
INI
Raw Normal View History

2017-07-09 00:26:06 +03:00
[bumpversion]
commit = True
current_version = 0.9.0
files = plugin/pymode.vim
tag = True
tag_name = {new_version}
[bumpversion:file:doc/pymode.txt]
search = Version: {current_version}
replace = Version: {new_version}