From 9ed5ae0731cbd07b7c691d2e7a4d42228347601c Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Fri, 26 Aug 2022 12:53:15 +0200 Subject: [PATCH] Bump pylint to 2.16.0-dev, update changelog --- doc/whatsnew/2/2.16/index.rst | 16 ++++++++++++++++ doc/whatsnew/2/index.rst | 1 + pylint/__pkginfo__.py | 2 +- tbump.toml | 2 +- towncrier.toml | 4 ++-- 5 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 doc/whatsnew/2/2.16/index.rst diff --git a/doc/whatsnew/2/2.16/index.rst b/doc/whatsnew/2/2.16/index.rst new file mode 100644 index 0000000000..786b6e65f9 --- /dev/null +++ b/doc/whatsnew/2/2.16/index.rst @@ -0,0 +1,16 @@ + +*************************** + What's New in Pylint 2.16 +*************************** + +.. toctree:: + :maxdepth: 2 + +:Release:2.16 +:Date: TBA + +Summary -- Release highlights +============================= + + +.. towncrier release notes start diff --git a/doc/whatsnew/2/index.rst b/doc/whatsnew/2/index.rst index 4c1e938b32..596c1c3ca6 100644 --- a/doc/whatsnew/2/index.rst +++ b/doc/whatsnew/2/index.rst @@ -7,6 +7,7 @@ .. toctree:: :maxdepth: 2 + 2.16/index 2.15/index 2.14/index 2.13/index diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 43b27b6425..7d767f3a15 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -9,7 +9,7 @@ from __future__ import annotations -__version__ = "2.15.0" +__version__ = "2.16.0-dev" def get_numversion_from_version(v: str) -> tuple[int, int, int]: diff --git a/tbump.toml b/tbump.toml index 6e3ad511a4..d5c0fc8a82 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/pylint" [version] -current = "2.15.0" +current = "2.16.0-dev" regex = ''' ^(?P0|[1-9]\d*) \. diff --git a/towncrier.toml b/towncrier.toml index 52b4072b3b..100f2cb074 100644 --- a/towncrier.toml +++ b/towncrier.toml @@ -1,7 +1,7 @@ [tool.towncrier] -version = "2.15.0" +version = "2.16.0" directory = "doc/whatsnew/fragments" -filename = "doc/whatsnew/2/2.15/index.rst" +filename = "doc/whatsnew/2/2.16/index.rst" template = "doc/whatsnew/fragments/_template.rst" issue_format = "`#{issue} `_"