summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/whatsnew/3/3.0/index.rst (renamed from doc/whatsnew/3/3.0/3.0.rst)1
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/whatsnew/3/3.0/3.0.rst b/doc/whatsnew/3/3.0/index.rst
index a9b2c9322..8e0f6f7cc 100644
--- a/doc/whatsnew/3/3.0/3.0.rst
+++ b/doc/whatsnew/3/3.0/index.rst
@@ -14,4 +14,5 @@ Summary -- Release highlights
In 3.0.0...
+
.. towncrier release notes start
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 4a6eb6090..84ca13271 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.17.0"
+__version__ = "3.0.0a6"
def get_numversion_from_version(v: str) -> tuple[int, int, int]:
diff --git a/tbump.toml b/tbump.toml
index a00de0224..0566aa6c2 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.17.0"
+current = "3.0.0a6"
regex = '''
^(?P<major>0|[1-9]\d*)
\.