File: .bumpversion.cfg

package info (click to toggle)
python-darkslide 5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,304 kB
  • sloc: python: 1,222; makefile: 13
file content (17 lines) | stat: -rw-r--r-- 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[bumpversion]
current_version = 5.1.0
commit = True
tag = True

[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'

[bumpversion:file:README.rst]
search = v{current_version}.
replace = v{new_version}.

[bumpversion:file:src/darkslide/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'