File: .bumpversion.cfg

package info (click to toggle)
pygml 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 420 kB
  • sloc: python: 5,157; makefile: 15; sh: 5
file content (16 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[bumpversion]
current_version = 0.2.2
commit = True
tag = True
tag_name = release-{new_version}

[bumpversion:file:pygml/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

[bumpversion:file:.bumpversion.cfg]
search = current_version = {current_version}

[bumpversion:file:docs/conf.py]
search = release = '{current_version}'
replace = release = '{new_version}'