summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-08-26 14:11:44 +0200
committerGitHub <noreply@github.com>2022-08-26 12:11:44 +0000
commit646fef2339b576a596eb8a026393a17da31b7b97 (patch)
tree0f6cab735309d6821605001bbb204024519a6027
parent24eaec26f701cf8adddf27ffa8859e0bb5074a89 (diff)
downloadpylint-git-646fef2339b576a596eb8a026393a17da31b7b97.tar.gz
Bump pylint to 2.16.0-dev, update changelog (#7363)
-rw-r--r--doc/whatsnew/2/2.16/index.rst16
-rw-r--r--doc/whatsnew/2/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/2/2.16/index.rst b/doc/whatsnew/2/2.16/index.rst
new file mode 100644
index 000000000..786b6e65f
--- /dev/null
+++ b/doc/whatsnew/2/2.16/index.rst
@@ -0,0 +1,16 @@
+
+***************************
+ What's New in Pylint 2.16
+***************************
+
+.. toctree::
+ :maxdepth: 2
+
+:Release:2.16
+:Date: TBA
+
+Summary -- Release highlights
+=============================
+
+
+.. towncrier release notes start
diff --git a/doc/whatsnew/2/index.rst b/doc/whatsnew/2/index.rst
index 4c1e938b3..596c1c3ca 100644
--- a/doc/whatsnew/2/index.rst
+++ b/doc/whatsnew/2/index.rst
@@ -7,6 +7,7 @@
.. toctree::
:maxdepth: 2
+ 2.16/index
2.15/index
2.14/index
2.13/index
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 43b27b642..7d767f3a1 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"
+__version__ = "2.16.0-dev"
def get_numversion_from_version(v: str) -> tuple[int, int, int]:
diff --git a/tbump.toml b/tbump.toml
index 6e3ad511a..d5c0fc8a8 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.15.0"
+current = "2.16.0-dev"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
diff --git a/towncrier.toml b/towncrier.toml
index 52b4072b3..100f2cb07 100644
--- a/towncrier.toml
+++ b/towncrier.toml
@@ -1,7 +1,7 @@
[tool.towncrier]
-version = "2.15.0"
+version = "2.16.0"
directory = "doc/whatsnew/fragments"
-filename = "doc/whatsnew/2/2.15/index.rst"
+filename = "doc/whatsnew/2/2.16/index.rst"
template = "doc/whatsnew/fragments/_template.rst"
issue_format = "`#{issue} <https://github.com/PyCQA/pylint/issues/{issue}>`_"