summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-02-02 17:12:50 +0100
committerGitHub <noreply@github.com>2023-02-02 17:12:50 +0100
commitf48ec66d04429721ddfdf1613e33f6545a3da72e (patch)
tree316f2732e4549161221c2aa3604cac7b3497cb89 /doc
parent40f67116e4841bf8f8140950c61b582c7db59ae7 (diff)
downloadpylint-git-f48ec66d04429721ddfdf1613e33f6545a3da72e.tar.gz
Bump pylint to 2.16.1, update changelog (#8166)v2.16.1
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2/2.16/index.rst14
-rw-r--r--doc/whatsnew/fragments/8161.bugfix3
2 files changed, 14 insertions, 3 deletions
diff --git a/doc/whatsnew/2/2.16/index.rst b/doc/whatsnew/2/2.16/index.rst
index bb9c8b109..18f6579a6 100644
--- a/doc/whatsnew/2/2.16/index.rst
+++ b/doc/whatsnew/2/2.16/index.rst
@@ -32,6 +32,20 @@ Last but not least @clavedeluna and @nickdrozd became triagers, welcome to the t
.. towncrier release notes start
+What's new in Pylint 2.16.1?
+----------------------------
+Release date: 2023-02-02
+
+
+Other Bug Fixes
+---------------
+
+- Fix a crash happening for python interpreter < 3.9 following a failed typing
+ update.
+
+ Closes #8161 (`#8161 <https://github.com/PyCQA/pylint/issues/8161>`_)
+
+
What's new in Pylint 2.16.0?
----------------------------
Release date: 2023-02-01
diff --git a/doc/whatsnew/fragments/8161.bugfix b/doc/whatsnew/fragments/8161.bugfix
deleted file mode 100644
index 957099180..000000000
--- a/doc/whatsnew/fragments/8161.bugfix
+++ /dev/null
@@ -1,3 +0,0 @@
-Fix a crash happening for python interpreter < 3.9 following a failed typing update.
-
-Closes #8161