bump version to v201812.0009-beta

This commit is contained in:
Manuel Barkhau 2018-12-09 18:00:55 +01:00
parent 05f9968ccf
commit 68a713a4a9
4 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ PACKAGE_NAME="pycalver"
GIT_REPO_NAMESPACE="mbarkhau" GIT_REPO_NAMESPACE="mbarkhau"
GIT_REPO_DOMAIN="gitlab.com" GIT_REPO_DOMAIN="gitlab.com"
PACKAGE_VERSION="v201812.0008-beta" PACKAGE_VERSION="v201812.0009-beta"
DEFAULT_PYTHON_VERSION="python=3.6" DEFAULT_PYTHON_VERSION="python=3.6"
SUPPORTED_PYTHON_VERSIONS="python=2.7 python=3.5 python=3.6 python=3.7 pypy2.7 pypy3.5" SUPPORTED_PYTHON_VERSIONS="python=2.7 python=3.5 python=3.6 python=3.7 pypy2.7 pypy3.5"

View file

@ -68,7 +68,7 @@ addopts = --doctest-modules
[pycalver] [pycalver]
current_version = v201812.0008-beta current_version = v201812.0009-beta
commit = True commit = True
tag = True tag = True
push = True push = True

View file

@ -43,7 +43,7 @@ setuptools.setup(
author="Manuel Barkhau", author="Manuel Barkhau",
author_email="mbarkhau@gmail.com", author_email="mbarkhau@gmail.com",
url="https://gitlab.com/mbarkhau/pycalver", url="https://gitlab.com/mbarkhau/pycalver",
version="201812.8b0", version="201812.9b0",
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__ = "v201812.0008-beta" __version__ = "v201812.0009-beta"