File: .bumpversion.cfg

package info (click to toggle)
prefixdate 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 132 kB
  • sloc: python: 305; makefile: 10; sh: 5
file content (10 lines) | stat: -rw-r--r-- 206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[bumpversion]
current_version = 0.4.1
commit = True
tag = True

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

[bumpversion:file:prefixdate/__init__.py]