Skip to content

Commit

Permalink
Upgrade tbump and the documentation for 3.0.0 alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jun 2, 2022
1 parent 6392ab5 commit 0eb8cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from __future__ import annotations

__version__ = "2.15.0-dev0"
__version__ = "3.0.0-a5"


def get_numversion_from_version(v: str) -> tuple[int, int, int]:
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"

[version]
current = "2.15.0-dev0"
current = "3.0.0-a5"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit 0eb8cb5

Please sign in to comment.