Skip to content

Commit 336084c

Browse files
committed
Prepare for release.
1 parent 5eb7b2d commit 336084c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repo_helper/configuration/packaging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ class use_whey(use_experimental_backend): # noqa
303303
Whether to use `whey <https://whey.readthedocs.io/en/latest/>`_ to build distributions,
304304
rather than ``setuptools.build_meta``.
305305
306-
.. versionadded:: $VERSION
306+
.. versionadded:: 2021.3.8
307307
""" # noqa: D400
308308

309309
dtype = bool

repo_helper/files/ci_cd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def get_bumpversion_filenames(templates: jinja2.Environment) -> Iterable[str]:
591591
"""
592592
Returns an iterable of filenames to have the version number bumped in.
593593
594-
.. versionadded:: $VERSION
594+
.. versionadded:: 2021.3.8
595595
596596
:param templates:
597597
"""

0 commit comments

Comments
 (0)