Skip to content

Commit f48ec66

Browse files
Bump pylint to 2.16.1, update changelog (#8166)
1 parent 40f6711 commit f48ec66

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

doc/whatsnew/2/2.16/index.rst

+14
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ Last but not least @clavedeluna and @nickdrozd became triagers, welcome to the t
3232

3333
.. towncrier release notes start
3434
35+
What's new in Pylint 2.16.1?
36+
----------------------------
37+
Release date: 2023-02-02
38+
39+
40+
Other Bug Fixes
41+
---------------
42+
43+
- Fix a crash happening for python interpreter < 3.9 following a failed typing
44+
update.
45+
46+
Closes #8161 (`#8161 <https://github.com/PyCQA/pylint/issues/8161>`_)
47+
48+
3549
What's new in Pylint 2.16.0?
3650
----------------------------
3751
Release date: 2023-02-01

doc/whatsnew/fragments/8161.bugfix

-3
This file was deleted.

pylint/__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from __future__ import annotations
1111

12-
__version__ = "2.16.0"
12+
__version__ = "2.16.1"
1313

1414

1515
def get_numversion_from_version(v: str) -> tuple[int, int, int]:

tbump.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/PyCQA/pylint"
22

33
[version]
4-
current = "2.16.0"
4+
current = "2.16.1"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

towncrier.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.towncrier]
2-
version = "2.16.0"
2+
version = "2.16.1"
33
directory = "doc/whatsnew/fragments"
44
filename = "doc/whatsnew/2/2.16/index.rst"
55
template = "doc/whatsnew/fragments/_template.rst"

0 commit comments

Comments
 (0)