From b716c386cace088a97610f83b4cde2733c81d157 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 2 Oct 2023 18:38:32 +0200 Subject: [PATCH] Bump pylint to 3.1.0-dev0, update changelog --- doc/whatsnew/3/3.1/index.rst | 16 ++++++++++++++++ pylint/__pkginfo__.py | 2 +- tbump.toml | 2 +- towncrier.toml | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 doc/whatsnew/3/3.1/index.rst diff --git a/doc/whatsnew/3/3.1/index.rst b/doc/whatsnew/3/3.1/index.rst new file mode 100644 index 00000000000..37ddab57598 --- /dev/null +++ b/doc/whatsnew/3/3.1/index.rst @@ -0,0 +1,16 @@ + +*************************** + What's New in Pylint 3.1 +*************************** + +.. toctree:: + :maxdepth: 2 + +:Release:3.1 +:Date: TBA + +Summary -- Release highlights +============================= + + +.. towncrier release notes start diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 770c4710b2a..9db81fb5445 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -9,7 +9,7 @@ from __future__ import annotations -__version__ = "3.0.0" +__version__ = "3.1.0-dev0" def get_numversion_from_version(v: str) -> tuple[int, int, int]: diff --git a/tbump.toml b/tbump.toml index 20083fcdb69..3c747af2147 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/pylint" [version] -current = "3.0.0" +current = "3.1.0-dev0" regex = ''' ^(?P0|[1-9]\d*) \. diff --git a/towncrier.toml b/towncrier.toml index 3ef3d18f6c9..08a78d762cf 100644 --- a/towncrier.toml +++ b/towncrier.toml @@ -1,7 +1,7 @@ [tool.towncrier] -version = "3.0.0" +version = "3.1.0" directory = "doc/whatsnew/fragments" -filename = "doc/whatsnew/3/3.0/index.rst" +filename = "doc/whatsnew/3/3.1/index.rst" template = "doc/whatsnew/fragments/_template.rst" issue_format = "`#{issue} `_" wrap = false # doesn't wrap links correctly if beginning with indentation