summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-14 16:11:22 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-24 17:27:31 +0100
commit1e9b720e339503aa481873ee732a7c24bbb3a0fc (patch)
tree82efe67dd4313e2e245328a63523603f95c65cf0
parent6d7661ad7a4f1748c53ea547bcee93736eed9cb7 (diff)
downloadpylint-git-release-branch-2.12.tar.gz
Upgrade the version to 2.12.1-dev0 following 2.12.0 releaserelease-branch-2.12
-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 047a044f4..17f6304cd 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.0"
+__version__ = "2.12.1-dev0"
def get_numversion_from_version(v: str) -> Tuple:
diff --git a/tbump.toml b/tbump.toml
index 4b9826afd..5a77b16c0 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.12.0"
+current = "2.12.1-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.