mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-17 00:33:51 +01:00
bump 2020.1102-beta -> 2020.1103-beta
This commit is contained in:
parent
f9f527c47d
commit
6c7c7b81b7
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.1102-beta"
|
||||
__version__ = "2020.1103-beta"
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@ def _get_normalized_pattern(raw_pattern: str, version_pattern: typ.Optional[str]
|
|||
|
||||
|
||||
@click.group()
|
||||
@click.version_option(version="2020.1102-beta")
|
||||
@click.version_option(version="2020.1103-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