summaryrefslogtreecommitdiff
path: root/script/fix_documentation.py
diff options
context:
space:
mode:
Diffstat (limited to 'script/fix_documentation.py')
-rw-r--r--script/fix_documentation.py2
1 files changed, 1 insertions, 1 deletions
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"