Skip to content

Commit

Permalink
Bump TODOs to the next minor version in preparation of release (#7349)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Aug 24, 2022
1 parent af810ab commit bf8281c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pylint/reporters/json_reporter.py
Expand Up @@ -75,7 +75,7 @@ class JSONReporter(BaseJSONReporter):
TODO: 3.0: Remove this JSONReporter in favor of the new one handling abs-path
and confidence.
TODO: 2.15: Add a new JSONReporter handling abs-path, confidence and scores.
TODO: 2.16: Add a new JSONReporter handling abs-path, confidence and scores.
(Ultimately all other breaking change related to json for 3.0).
"""

Expand Down
2 changes: 1 addition & 1 deletion script/fix_documentation.py
Expand Up @@ -14,7 +14,7 @@
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"

Expand Down

0 comments on commit bf8281c

Please sign in to comment.