File: .bumpversion.cfg

package info (click to toggle)
python-countrynames 1.16.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,320 kB
  • sloc: python: 705; makefile: 12; sh: 5
file content (9 lines) | stat: -rw-r--r-- 200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[bumpversion]
current_version = 1.16.10
tag_name = {new_version}
commit = True
tag = True

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"