Skip to content

Commit 0eb8cb5

Browse files
Upgrade tbump and the documentation for 3.0.0 alpha release
1 parent 6392ab5 commit 0eb8cb5

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

0 commit comments

Comments
 (0)