From 8b3ce5576aa4c43484606381dbd3fe95091133bc Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Thu, 25 Nov 2021 16:49:51 +0100 Subject: [PATCH] Upgrade the version to 2.12.2-dev0 following 2.12.1 release --- pylint/__pkginfo__.py | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index e8022b4b9..734412c09 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -2,7 +2,7 @@ # For details: https://github.com/PyCQA/pylint/blob/main/LICENSE from typing import Tuple -__version__ = "2.12.1" +__version__ = "2.12.2-dev0" def get_numversion_from_version(v: str) -> Tuple: diff --git a/tbump.toml b/tbump.toml index c216ca0b4..610609d5d 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/pylint" [version] -current = "2.12.1" +current = "2.12.2-dev0" regex = ''' ^(?P0|[1-9]\d*) \.