bump version to v201811.0006-beta

This commit is contained in:
Manuel Barkhau 2018-11-11 15:49:14 +01:00
parent c3f6aec0fc
commit 849fa77a24
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ addopts = --doctest-modules
[pycalver] [pycalver]
current_version = v201811.0005-beta current_version = v201811.0006-beta
commit = True commit = True
tag = True tag = True

View file

@ -41,7 +41,7 @@ setuptools.setup(
author="Manuel Barkhau", author="Manuel Barkhau",
author_email="@mbarkhau", author_email="@mbarkhau",
url="https://gitlab.com/mbarkhau/pycalver", url="https://gitlab.com/mbarkhau/pycalver",
version="201811.5b0", version="201811.6b0",
keywords="version versioning bumpversion calver", keywords="version versioning bumpversion calver",
description="CalVer versioning for python libraries.", description="CalVer versioning for python libraries.",

View file

@ -5,4 +5,4 @@
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
"""PyCalVer: Automatic CalVer Versioning for Python Packages.""" """PyCalVer: Automatic CalVer Versioning for Python Packages."""
__version__ = "v201811.0005-beta" __version__ = "v201811.0006-beta"