From 2ec59f242d693f2afc9993850d9338a4bd188aa4 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Thu, 24 Mar 2022 22:50:27 +0100 Subject: [PATCH] Upgrade the version to 2.14.0-dev0 following 2.13.0 release --- doc/whatsnew/2.14.rst | 25 +++++++++++++++++++++++++ doc/whatsnew/index.rst | 1 + pylint/__pkginfo__.py | 2 +- tbump.toml | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 doc/whatsnew/2.14.rst diff --git a/doc/whatsnew/2.14.rst b/doc/whatsnew/2.14.rst new file mode 100644 index 0000000000..64a5f7564d --- /dev/null +++ b/doc/whatsnew/2.14.rst @@ -0,0 +1,25 @@ +*************************** + What's New in Pylint 2.14 +*************************** + +:Release: 2.14 +:Date: TBA + +Summary -- Release highlights +============================= + + +New checkers +============ + + +Removed checkers +================ + + +Extensions +========== + + +Other Changes +============= diff --git a/doc/whatsnew/index.rst b/doc/whatsnew/index.rst index d2c14ccbce..992b7b2b44 100644 --- a/doc/whatsnew/index.rst +++ b/doc/whatsnew/index.rst @@ -9,6 +9,7 @@ High level descriptions of the most important changes between major Pylint versi .. toctree:: :maxdepth: 1 + 2.14.rst 2.13.rst 2.12.rst 2.11.rst diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 1b459ff013..55b0f88187 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -4,7 +4,7 @@ from typing import Tuple -__version__ = "2.13.0" +__version__ = "2.14.0-dev0" def get_numversion_from_version(v: str) -> Tuple: diff --git a/tbump.toml b/tbump.toml index 83785652fc..5426c45f5f 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/pylint" [version] -current = "2.13.0" +current = "2.14.0-dev0" regex = ''' ^(?P0|[1-9]\d*) \.