mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
update tests for new defaults
This commit is contained in:
parent
54ab1151f1
commit
145401de33
30 changed files with 495 additions and 417 deletions
12
setup.cfg
12
setup.cfg
|
|
@ -19,7 +19,7 @@ warn_redundant_casts = True
|
|||
|
||||
|
||||
[tool:isort]
|
||||
known_first_party = pycalver
|
||||
known_first_party = pycalver2
|
||||
known_third_party = click,pathlib2,lexid,pkg_resources
|
||||
force_single_line = True
|
||||
length_sort = True
|
||||
|
|
@ -89,8 +89,8 @@ addopts = --doctest-modules
|
|||
|
||||
|
||||
[pycalver]
|
||||
current_version = "v202010.1041-beta"
|
||||
version_pattern = "vYYYY0M.BUILD[-RELEASE]"
|
||||
current_version = "v2020.1041-beta"
|
||||
version_pattern = "vYYYY.BUILD[-TAG]"
|
||||
commit_message = "bump {old_version} -> {new_version}"
|
||||
commit = True
|
||||
tag = True
|
||||
|
|
@ -103,11 +103,11 @@ setup.cfg =
|
|||
current_version = "{version}"
|
||||
setup.py =
|
||||
version="{pep440_version}"
|
||||
src/pycalver/__init__.py =
|
||||
src/pycalver2/__init__.py =
|
||||
__version__ = "{version}"
|
||||
src/pycalver/cli.py =
|
||||
src/pycalver2/cli.py =
|
||||
@click.version_option(version="{version}")
|
||||
src/pycalver*/*.py =
|
||||
src/pycalver2*/*.py =
|
||||
Copyright (c) 2018-YYYY
|
||||
LICENSE =
|
||||
Copyright (c) 2018-YYYY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue