mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-13 06:50:08 +01:00
allow globs in file_patterns
This commit is contained in:
parent
710019ee44
commit
1e633a2a7d
10 changed files with 136 additions and 43 deletions
2
test/fixtures/project_b/setup.cfg
vendored
2
test/fixtures/project_b/setup.cfg
vendored
|
|
@ -11,3 +11,5 @@ setup.py =
|
|||
version="{pep440_version}"
|
||||
README.rst =
|
||||
img.shields.io/badge/PyCalVer-{calver}{build}--{release}-blue
|
||||
src/module_v*/__init__.py =
|
||||
__version__ = "{version}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue