File: .bumpversion.cfg

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

[bumpversion:file:README.rst]

[bumpversion:file:pyproject.toml]

search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:pyproject_examples/__init__.py]
search = : str = "{current_version}"
replace = : str = "{new_version}"

[bumpversion:file:repo_helper.yml]