Skip to content

Commit 7591ac0

Browse files
Bump pylint to 2.13.3, update changelog
1 parent a880bd6 commit 7591ac0

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CONTRIBUTORS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ contributors:
184184
- Tim Martin <[email protected]>
185185
- Tiago Honorato <[email protected]>
186186
- Steven M. Vascellaro <[email protected]>
187+
- Sergey B Kirpichev <[email protected]>
187188
- Roberto Leinardi <[email protected]>: PyCharm plugin maintainer
188189
- Ricardo Gemignani <[email protected]>
189190
- Pieter Engelbrecht <[email protected]>
@@ -201,6 +202,7 @@ contributors:
201202
- Konstantin Manna <[email protected]>
202203
- Kai Mueller <[email protected]> (kasium)
203204
- Joshua Cannon <[email protected]>
205+
- Joseph Young <[email protected]> (jpy-git)
204206
- John Leach <[email protected]>
205207
- James Morgensen <[email protected]>: ignored-modules option applies to import errors.
206208
- Jaehoon Hwang <[email protected]> (jaehoonhwang)
@@ -225,7 +227,6 @@ contributors:
225227
- Tobias Hernstig <[email protected]>
226228
- Thomas Grainger <[email protected]>
227229
- Simu Toni <[email protected]>
228-
- Sergey B Kirpichev <[email protected]>
229230
- Sergei Lebedev <[email protected]> (superbobry)
230231
- Scott Worley <[email protected]>
231232
- Rémi Cardona <[email protected]>
@@ -247,7 +248,6 @@ contributors:
247248
- Lefteris Karapetsas <[email protected]>
248249
249250
- Justin Li <[email protected]> (justinnhli)
250-
- Joseph Young <[email protected]> (jpy-git)
251251
- John Kirkham <[email protected]>
252252
- Jens H. Nielsen <[email protected]>
253253
- Ioana Tagirta <[email protected]>: fix bad thread instantiation check

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,16 @@ Release date: TBA
1616
(Ie. not necessarily at the end)
1717

1818

19-
What's New in Pylint 2.13.3?
19+
What's New in Pylint 2.13.4?
2020
============================
2121
Release date: TBA
2222

23+
24+
25+
What's New in Pylint 2.13.3?
26+
============================
27+
Release date: 2022-03-29
28+
2329
* Fix false positive for ``unnecessary-ellipsis`` when using an ellipsis as a default argument.
2430

2531
Closes #5973

pylint/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from typing import Tuple
66

7-
__version__ = "2.13.2"
7+
__version__ = "2.13.3"
88

99

1010
def get_numversion_from_version(v: str) -> Tuple:

tbump.toml

Lines changed: 1 addition & 1 deletion
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.13.2"
4+
current = "2.13.3"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)