mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
document and use regex line terminator characters
This commit is contained in:
parent
0fb3f5a88a
commit
eb0e282a69
2 changed files with 4 additions and 4 deletions
|
|
@ -102,9 +102,9 @@ bootstrapit.sh =
|
|||
setup.cfg =
|
||||
current_version = "{version}"
|
||||
setup.py =
|
||||
version="{pep440_version}",
|
||||
version="{pep440_version}",$
|
||||
src/bumpver/__init__.py =
|
||||
__version__ = "{version}"
|
||||
^__version__ = "{version}"$
|
||||
src/bumpver/cli.py =
|
||||
@click.version_option(version="{version}")
|
||||
src/bumpver/*.py =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue