File: .bumpversion.cfg

package info (click to toggle)
behave 1.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,876 kB
  • sloc: python: 19,835; makefile: 136; sh: 18
file content (9 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
[bumpversion]
current_version = 1.2.6
files = behave/__init__.py setup.py VERSION.txt .bumpversion.cfg
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<drop>\w*)
serialize = {major}.{minor}.{patch}{drop}
commit = False
tag = False
allow_dirty = True