We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d3d39 commit 07a635cCopy full SHA for 07a635c
pylint/__pkginfo__.py
@@ -2,7 +2,7 @@
2
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
3
from typing import Tuple
4
5
-__version__ = "2.12.0"
+__version__ = "2.12.1-dev0"
6
7
8
def get_numversion_from_version(v: str) -> Tuple:
tbump.toml
@@ -1,7 +1,7 @@
1
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.12.0"
+current = "2.12.1-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
0 commit comments