File: .bumpversion.cfg

package info (click to toggle)
pyvenv-el 1.21%2Bgit20201124.37e7cb1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 160 kB
  • sloc: lisp: 646; makefile: 30; sh: 12
file content (9 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
[bumpversion]
current_version = 1.21
parse = (?P<major>\d+)\.(?P<minor>\d+)
serialize = {major}.{minor}
files = pyvenv.el
commit = True
tag = True
tag_name = v{new_version}