File: .bumpversion.cfg

package info (click to toggle)
python-django-celery-beat 2.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,176 kB
  • sloc: python: 3,437; makefile: 321; sh: 22
file content (14 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[bumpversion]
current_version = 2.8.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
serialize = 
	{major}.{minor}.{patch}{releaselevel}
	{major}.{minor}.{patch}

[bumpversion:file:django_celery_beat/__init__.py]

[bumpversion:file:docs/includes/introduction.txt]

[bumpversion:file:README.rst]