summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-09-14 10:31:58 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-02 09:22:24 +0200
commit0eb8cb5a4c4704451eb217eb004b9a9c348244ee (patch)
treec7c867c03f2e69d5f39315ec29c9df78de303a0b
parent6392ab562ee6d686f1c01c912b88a51da251752d (diff)
downloadpylint-git-0eb8cb5a4c4704451eb217eb004b9a9c348244ee.tar.gz
Upgrade tbump and the documentation for 3.0.0 alpha releasev3.0.0-a5
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 4839aabe1..87de03b38 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -9,7 +9,7 @@ It's updated via tbump, do not modify.
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]:
diff --git a/tbump.toml b/tbump.toml
index 0cda703c7..2a89c4f09 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -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*)
\.