Skip to content

Commit ad627dc

Browse files
Bump pylint to 2.15.0-dev0, update changelog
1 parent 8b53307 commit ad627dc

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
@@ -9,7 +9,7 @@
99

1010
from __future__ import annotations
1111

12-
__version__ = "2.14.0"
12+
__version__ = "2.15.0-dev0"
1313

1414

1515
def get_numversion_from_version(v: str) -> tuple[int, int, int]:

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.14.0"
4+
current = "2.15.0-dev0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)