aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2024-02-25 15:23:59 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2024-02-25 16:13:04 +0100
commit3071ee976532f01ba9b16f0efd461f18636614cc (patch)
treec529b84e21e05d9454e95c4798d5749b579b5411
parent053c2c3a25f97f043e10cdd41d2609e495a68f57 (diff)
downloadpylint-3071ee976532f01ba9b16f0efd461f18636614cc.tar.gz
Bump pylint to 3.2.0-dev0, update changelog
-rw-r--r--doc/whatsnew/3/3.2/index.rst16
-rw-r--r--doc/whatsnew/3/index.rst1
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
-rw-r--r--towncrier.toml4
5 files changed, 21 insertions, 4 deletions
diff --git a/doc/whatsnew/3/3.2/index.rst b/doc/whatsnew/3/3.2/index.rst
new file mode 100644
index 000000000..4448c7117
--- /dev/null
+++ b/doc/whatsnew/3/3.2/index.rst
@@ -0,0 +1,16 @@
+
+***************************
+ What's New in Pylint 3.2
+***************************
+
+.. toctree::
+ :maxdepth: 2
+
+:Release:3.2
+:Date: TBA
+
+Summary -- Release highlights
+=============================
+
+
+.. towncrier release notes start
diff --git a/doc/whatsnew/3/index.rst b/doc/whatsnew/3/index.rst
index a64c5eca8..5c44fa39a 100644
--- a/doc/whatsnew/3/index.rst
+++ b/doc/whatsnew/3/index.rst
@@ -6,5 +6,6 @@ This is the full list of change in pylint 3.x minors, by categories.
.. toctree::
:maxdepth: 2
+ 3.2/index
3.1/index
3.0/index
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 06884a7f1..141aacb4b 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__ = "3.1.0"
+__version__ = "3.2.0-dev0"
def get_numversion_from_version(v: str) -> tuple[int, int, int]:
diff --git a/tbump.toml b/tbump.toml
index a12e0ef93..c440c3473 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/pylint-dev/pylint"
[version]
-current = "3.1.0"
+current = "3.2.0-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
diff --git a/towncrier.toml b/towncrier.toml
index 08a78d762..66d5f0a51 100644
--- a/towncrier.toml
+++ b/towncrier.toml
@@ -1,7 +1,7 @@
[tool.towncrier]
-version = "3.1.0"
+version = "3.2.0"
directory = "doc/whatsnew/fragments"
-filename = "doc/whatsnew/3/3.1/index.rst"
+filename = "doc/whatsnew/3/3.2/index.rst"
template = "doc/whatsnew/fragments/_template.rst"
issue_format = "`#{issue} <https://github.com/pylint-dev/pylint/issues/{issue}>`_"
wrap = false # doesn't wrap links correctly if beginning with indentation