mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
cleanups
This commit is contained in:
parent
c3955efcc0
commit
8439d4290a
4 changed files with 7 additions and 9 deletions
|
|
@ -136,7 +136,7 @@ def cli(verbose: int = 0) -> None:
|
|||
"--date",
|
||||
default=None,
|
||||
metavar="<iso-date>",
|
||||
help=f"Set explicit date in format YYYY-0M-0D\n(eg. {_current_date}).",
|
||||
help=f"Set explicit date in format YYYY-0M-0D (e.g. {_current_date}).",
|
||||
)
|
||||
def test(
|
||||
old_version: str,
|
||||
|
|
@ -521,7 +521,7 @@ def _update_cfg_from_vcs(cfg: config.Config, fetch: bool) -> config.Config:
|
|||
"--date",
|
||||
default=None,
|
||||
metavar="<iso-date>",
|
||||
help=f"Set explicit date in format YYYY-0M-0D\n(eg. {_current_date}).",
|
||||
help=f"Set explicit date in format YYYY-0M-0D (e.g. {_current_date}).",
|
||||
)
|
||||
def bump(
|
||||
release : typ.Optional[str] = None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue