bump version to v201811.0005-beta

This commit is contained in:
Manuel Barkhau 2018-11-11 15:47:45 +01:00
parent c6f20fb86d
commit f032d2e927
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ addopts = --doctest-modules
[pycalver] [pycalver]
current_version = v201811.0004-beta current_version = v201811.0005-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.4b0", version="201811.5b0",
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.0004-beta" __version__ = "v201811.0005-beta"