Skip to content

Commit ef8d3fa

Browse files
Updated files with 'repo_helper'. (#61)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 49c45cf commit ef8d3fa

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ tag = True
1111

1212
[bumpversion:file:repo_helper/__init__.py]
1313

14+
search = : str = "{current_version}"
15+
replace = : str = "{new_version}"
16+
1417
[bumpversion:file:doc-source/index.rst]
1518

1619
[bumpversion:file:tests/test_cli/test_builder_/test_write_wheel]

formate.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ known_third_party = [
5858
"jinja2",
5959
"lorem",
6060
"lxml",
61+
"mkrecipe",
6162
"natsort",
6263
"packaging",
6364
"pre_commit",
@@ -87,6 +88,7 @@ known_third_party = [
8788
"twine",
8889
"typing_extensions",
8990
"typing_inspect",
91+
"whey",
9092
"yapf_isort",
9193
"ytools3",
9294
]

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
betamax>=0.8.1
2-
coincidence>=0.1.0
2+
coincidence>=0.2.0
33
coverage>=5.1
44
coverage-pyver-pragma>=0.2.1
55
domdf-python-tools[testing]>=2.0.1

0 commit comments

Comments
 (0)