Skip to content

Commit 07a635c

Browse files
Upgrade the version to 2.12.1-dev0 following 2.12.0 release
1 parent f6d3d39 commit 07a635c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pylint/__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
33
from typing import Tuple
44

5-
__version__ = "2.12.0"
5+
__version__ = "2.12.1-dev0"
66

77

88
def get_numversion_from_version(v: str) -> Tuple:

tbump.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/PyCQA/pylint"
22

33
[version]
4-
current = "2.12.0"
4+
current = "2.12.1-dev0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)