Skip to content

Commit

Permalink
Bump pylint to 2.13.3, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Mar 29, 2022
1 parent a880bd6 commit 7591ac0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ contributors:
- Tim Martin <[email protected]>
- Tiago Honorato <[email protected]>
- Steven M. Vascellaro <[email protected]>
- Sergey B Kirpichev <[email protected]>
- Roberto Leinardi <[email protected]>: PyCharm plugin maintainer
- Ricardo Gemignani <[email protected]>
- Pieter Engelbrecht <[email protected]>
Expand All @@ -201,6 +202,7 @@ contributors:
- Konstantin Manna <[email protected]>
- Kai Mueller <[email protected]> (kasium)
- Joshua Cannon <[email protected]>
- Joseph Young <[email protected]> (jpy-git)
- John Leach <[email protected]>
- James Morgensen <[email protected]>: ignored-modules option applies to import errors.
- Jaehoon Hwang <[email protected]> (jaehoonhwang)
Expand All @@ -225,7 +227,6 @@ contributors:
- Tobias Hernstig <[email protected]>
- Thomas Grainger <[email protected]>
- Simu Toni <[email protected]>
- Sergey B Kirpichev <[email protected]>
- Sergei Lebedev <[email protected]> (superbobry)
- Scott Worley <[email protected]>
- Rémi Cardona <[email protected]>
Expand All @@ -247,7 +248,6 @@ contributors:
- Lefteris Karapetsas <[email protected]>
- LCD 47 <[email protected]>
- Justin Li <[email protected]> (justinnhli)
- Joseph Young <[email protected]> (jpy-git)
- John Kirkham <[email protected]>
- Jens H. Nielsen <[email protected]>
- Ioana Tagirta <[email protected]>: fix bad thread instantiation check
Expand Down
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ Release date: TBA
(Ie. not necessarily at the end)


What's New in Pylint 2.13.3?
What's New in Pylint 2.13.4?
============================
Release date: TBA



What's New in Pylint 2.13.3?
============================
Release date: 2022-03-29

* Fix false positive for ``unnecessary-ellipsis`` when using an ellipsis as a default argument.

Closes #5973
Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from typing import Tuple

__version__ = "2.13.2"
__version__ = "2.13.3"


def get_numversion_from_version(v: str) -> Tuple:
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"

[version]
current = "2.13.2"
current = "2.13.3"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit 7591ac0

Please sign in to comment.