-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
33 lines (27 loc) · 1.16 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[bumpversion]
current_version = 1.5.2
commit = True
tag = True
tag_name = {new_version}
[bumpversion:file:README.md]
search = version-{current_version}
replace = version-{new_version}
[bumpversion:file:VERSION]
search = {current_version}
replace = {new_version}
[bumpversion:file:CHANGES.md]
search =
[Unreleased](https://www.crim.ca/stash/projects/FAR/repos/video-result-viewer) (latest)
------------------------------------------------------------------------------------------------------------------------
____________
replace =
[Unreleased](https://www.crim.ca/stash/projects/FAR/repos/video-result-viewer) (latest)
------------------------------------------------------------------------------------------------------------------------
____________
* Nothing new for the moment.
[{new_version}](https://www.crim.ca/stash/projects/FAR/repos/video-result-viewer/browse?at=refs/tags/{new_version}) ({now:%%Y-%%m-%%d})
------------------------------------------------------------------------------------------------------------------------
____________
[bumpversion:file:source/viewer.py]
search = version = "{current_version}"
replace = version = "{new_version}"