bootstrapit update

This commit is contained in:
Manuel Barkhau 2018-12-05 09:42:26 +01:00
parent afe90a8d74
commit 4bf07261d8
8 changed files with 201 additions and 93 deletions

View file

@ -64,19 +64,20 @@ addopts = --doctest-modules
[pycalver]
current_version = v201811.0007-beta
current_version = v201812.0007-beta
commit = True
tag = True
push = True
[pycalver:file_patterns]
"setup.cfg" =
bootstrapit.sh =
PACKAGE_VERSION="{version}"
setup.cfg =
current_version = {version}
"setup.py" =
setup.py =
version="{pep440_version}"
"src/pycalver/__init__.py" =
src/pycalver/__init__.py =
__version__ = "{version}"
"README.md" =
README.md =
[PyCalVer {calver}{build}-{release}]
img.shields.io/badge/PyCalVer-{calver}{build}--{release}-blue