Codebase list python-procrunner / 9377ef3
separate out bumpversion configuration [ci skip] Markus Gerstel 3 years ago
2 changed file(s) with 12 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
0 [bumpversion]
1 current_version = 2.2.0
2 commit = True
3 tag = True
4
5 [bumpversion:file:setup.py]
6 search = version="{current_version}"
7 replace = version="{new_version}"
8
9 [bumpversion:file:procrunner/__init__.py]
10 search = __version__ = "{current_version}"
11 replace = __version__ = "{new_version}"
22 Documentation = https://procrunner.readthedocs.io/
33 GitHub = https://github.com/DiamondLightSource/python-procrunner
44 Bug-Tracker = https://github.com/DiamondLightSource/python-procrunner/issues
5
6 [bumpversion]
7 current_version = 2.2.0
8 commit = True
9 tag = True
10
11 [bumpversion:file:setup.py]
12 search = version="{current_version}"
13 replace = version="{new_version}"
14
15 [bumpversion:file:procrunner/__init__.py]
16 search = __version__ = "{current_version}"
17 replace = __version__ = "{new_version}"
185
196 [flake8]
207 exclude = docs