Skip to content

Commit 8885a57

Browse files
Bump pylint to 2.16.0-b1, update changelog
1 parent 4694426 commit 8885a57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pylint/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from __future__ import annotations
1111

12-
__version__ = "2.16.0b0"
12+
__version__ = "2.16.0b1"
1313

1414

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

tbump.toml

Lines changed: 1 addition & 1 deletion
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.16.0b0"
4+
current = "2.16.0b1"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)