Upgrade the version to 2.12.2-dev0 following 2.12.1 release

This commit is contained in:
Pierre Sassoulas 2021-11-25 16:49:51 +01:00
parent 2c15137813
commit 8b3ce5576a
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
current = "2.12.1"
current = "2.12.2-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.