File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change 11betamax >= 0.8.1
2- coincidence >= 0.1 .0
2+ coincidence >= 0.2 .0
33coverage >= 5.1
44coverage-pyver-pragma >= 0.2.1
55domdf-python-tools [testing ]>= 2.0.1
You can’t perform that action at this time.
0 commit comments