summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-02-01 13:20:53 +0100
committerMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-02-01 13:20:53 +0100
commit588c837efc074700d6a49edea8714c7934701012 (patch)
tree34bacb1c418b7a18c550c4bd5480b83f0c1e9a6e
parent0fba80c8ca7f3bf9cb675f4df831362852137e2a (diff)
downloadpylint-git-588c837efc074700d6a49edea8714c7934701012.tar.gz
Bump pylint to 2.17.0-dev0, update changelog
-rw-r--r--doc/whatsnew/2/2.17/index.rst14
-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, 19 insertions, 4 deletions
diff --git a/doc/whatsnew/2/2.17/index.rst b/doc/whatsnew/2/2.17/index.rst
new file mode 100644
index 000000000..393fb86de
--- /dev/null
+++ b/doc/whatsnew/2/2.17/index.rst
@@ -0,0 +1,14 @@
+***************************
+ What's New in Pylint 2.17
+***************************
+
+.. toctree::
+ :maxdepth: 2
+
+:Release: 2.17
+:Date: TBD
+
+Summary -- Release highlights
+=============================
+
+.. towncrier release notes start
diff --git a/doc/whatsnew/2/index.rst b/doc/whatsnew/2/index.rst
index 596c1c3ca..0cbef3bd3 100644
--- a/doc/whatsnew/2/index.rst
+++ b/doc/whatsnew/2/index.rst
@@ -7,6 +7,7 @@
.. toctree::
:maxdepth: 2
+ 2.17/index
2.16/index
2.15/index
2.14/index
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index fb5ae7e93..587dcadcb 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.16.0"
+__version__ = "2.17.0-dev0"
def get_numversion_from_version(v: str) -> tuple[int, int, int]:
diff --git a/tbump.toml b/tbump.toml
index 141a3b196..d59587858 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.16.0"
+current = "2.17.0-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
diff --git a/towncrier.toml b/towncrier.toml
index 51ea3d078..a029888f7 100644
--- a/towncrier.toml
+++ b/towncrier.toml
@@ -1,7 +1,7 @@
[tool.towncrier]
-version = "2.16.0"
+version = "2.17.0"
directory = "doc/whatsnew/fragments"
-filename = "doc/whatsnew/2/2.16/index.rst"
+filename = "doc/whatsnew/2/2.17/index.rst"
template = "doc/whatsnew/fragments/_template.rst"
issue_format = "`#{issue} <https://github.com/PyCQA/pylint/issues/{issue}>`_"
wrap = true