summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-29 20:22:56 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-03 18:26:57 +0100
commite3b5edd37828b4ed6322050e9d562a17b0276102 (patch)
treef5ef8abcf738eb18fb9cbe6e305d6f7d7c12f4c3
parenteec287fae66f8fc514d5daa9caee46fd0e0cb6d9 (diff)
downloadpylint-git-e3b5edd37828b4ed6322050e9d562a17b0276102.tar.gz
Upgrade the version to 2.13.0-dev0 following 2.12.2 release
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 1e2846ef0..b2546d3a1 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.2"
+__version__ = "2.13.0-dev0"
def get_numversion_from_version(v: str) -> Tuple:
diff --git a/tbump.toml b/tbump.toml
index d53b722f6..b7855123d 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.12.2"
+current = "2.13.0-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.