mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-16 16:23:51 +01:00
bump 2020.1100-beta -> 2020.1101-beta
This commit is contained in:
parent
292eabdbf1
commit
9764ffafa9
6 changed files with 8 additions and 8 deletions
|
|
@ -5,4 +5,4 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
"""BumpVer: A CLI program for versioning."""
|
||||
|
||||
__version__ = "2020.1100-beta"
|
||||
__version__ = "2020.1101-beta"
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@ def _get_normalized_pattern(raw_pattern: str, version_pattern: typ.Optional[str]
|
|||
|
||||
|
||||
@click.group()
|
||||
@click.version_option(version="2020.1100-beta")
|
||||
@click.version_option(version="2020.1101-beta")
|
||||
@click.help_option()
|
||||
@click.option('-v', '--verbose', count=True, help="Control log level. -vv for debug level.")
|
||||
def cli(verbose: int = 0) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue