mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
bump version to v201811.0005-beta
This commit is contained in:
parent
c6f20fb86d
commit
f032d2e927
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -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.",
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue