From bf8281c53925042ef39580922f21883bd5310ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Wed, 24 Aug 2022 17:22:09 +0200 Subject: Bump TODOs to the next minor version in preparation of release (#7349) --- script/fix_documentation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/fix_documentation.py b/script/fix_documentation.py index 35eed9aff..1c97459c8 100644 --- a/script/fix_documentation.py +++ b/script/fix_documentation.py @@ -14,7 +14,7 @@ INVALID_CODE_BLOCK_PATTERN = ( r"(?<=\s`)([\w\-\.\(\)\=]+\s{0,1}[\w\-\.\(\)\=]*)(?=`[,\.]{0,1}\s|$)" ) -# TODO: 2.14.0: Upgrade script for change in changelog +# TODO: 2.16.0: Upgrade script for change in changelog DEFAULT_CHANGELOG = "ChangeLog" DEFAULT_SUBTITLE_PREFIX = "What's New in" -- cgit v1.2.1