We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb7b2d commit 336084cCopy full SHA for 336084c
repo_helper/configuration/packaging.py
@@ -303,7 +303,7 @@ class use_whey(use_experimental_backend): # noqa
303
Whether to use `whey <https://whey.readthedocs.io/en/latest/>`_ to build distributions,
304
rather than ``setuptools.build_meta``.
305
306
- .. versionadded:: $VERSION
+ .. versionadded:: 2021.3.8
307
""" # noqa: D400
308
309
dtype = bool
repo_helper/files/ci_cd.py
@@ -591,7 +591,7 @@ def get_bumpversion_filenames(templates: jinja2.Environment) -> Iterable[str]:
591
"""
592
Returns an iterable of filenames to have the version number bumped in.
593
594
595
596
:param templates:
597
0 commit comments