File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [bumpversion]
2+ current_version = 1.7.0
3+
4+ [comment]
5+ comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved
6+
7+ [bumpversion:file:instamatic/__init__.py]
8+ search = __version__ = ' {current_version}'
9+ replace = __version__ = ' {new_version}'
10+
11+ [bumpversion:file:setup.cfg]
12+ search = version = {current_version}
13+ replace = version = {new_version}
14+
15+ [bumpversion:file:CITATION.cff]
16+ search = version: " {current_version}"
17+ replace = version: " {new_version}"
18+
19+ [bumpversion:file:docs/conf.py]
20+ search = version = release = ' {current_version}'
21+ replace = version = release = ' {new_version}'
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ install_requires =
6363
6464[options.extras_require]
6565develop =
66+ bump2version
6667 check-manifest
6768 pre-commit
6869 flake8
You can’t perform that action at this time.
0 commit comments