mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
bump version to v201812.0009-beta
This commit is contained in:
parent
05f9968ccf
commit
68a713a4a9
4 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ PACKAGE_NAME="pycalver"
|
|||
GIT_REPO_NAMESPACE="mbarkhau"
|
||||
GIT_REPO_DOMAIN="gitlab.com"
|
||||
|
||||
PACKAGE_VERSION="v201812.0008-beta"
|
||||
PACKAGE_VERSION="v201812.0009-beta"
|
||||
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ addopts = --doctest-modules
|
|||
|
||||
|
||||
[pycalver]
|
||||
current_version = v201812.0008-beta
|
||||
current_version = v201812.0009-beta
|
||||
commit = True
|
||||
tag = True
|
||||
push = True
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -43,7 +43,7 @@ setuptools.setup(
|
|||
author="Manuel Barkhau",
|
||||
author_email="mbarkhau@gmail.com",
|
||||
url="https://gitlab.com/mbarkhau/pycalver",
|
||||
version="201812.8b0",
|
||||
version="201812.9b0",
|
||||
|
||||
keywords="version versioning bumpversion calver",
|
||||
description="CalVer versioning for python libraries.",
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
"""PyCalVer: Automatic CalVer Versioning for Python Packages."""
|
||||
|
||||
__version__ = "v201812.0008-beta"
|
||||
__version__ = "v201812.0009-beta"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue