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 <tim@asymptotic.co.uk>
- Tiago Honorato <61059243+tiagohonorato@users.noreply.github.com>
- Steven M. Vascellaro <svascellaro@gmail.com>
- Sergey B Kirpichev <skirpichev@gmail.com>
- Roberto Leinardi <leinardi@gmail.com>: PyCharm plugin maintainer
- Ricardo Gemignani <ricardo.gemignani@gmail.com>
- Pieter Engelbrecht <pengelbrecht@rems2.com>
Expand All @@ -201,6 +202,7 @@ contributors:
- Konstantin Manna <Konstantin@Manna.uno>
- Kai Mueller <15907922+kasium@users.noreply.github.com> (kasium)
- Joshua Cannon <joshdcannon@gmail.com>
- Joseph Young <80432516+jpy-git@users.noreply.github.com> (jpy-git)
- John Leach <jfleach@jfleach.com>
- James Morgensen <james.morgensen@gmail.com>: ignored-modules option applies to import errors.
- Jaehoon Hwang <jaehoonhwang@users.noreply.github.com> (jaehoonhwang)
Expand All @@ -225,7 +227,6 @@ contributors:
- Tobias Hernstig <30827238+thernstig@users.noreply.github.com>
- Thomas Grainger <tagrain@gmail.com>
- Simu Toni <simutoni@gmail.com>
- Sergey B Kirpichev <skirpichev@gmail.com>
- Sergei Lebedev <185856+superbobry@users.noreply.github.com> (superbobry)
- Scott Worley <scottworley@scottworley.com>
- Rémi Cardona <remi.cardona@polyconseil.fr>
Expand All @@ -247,7 +248,6 @@ contributors:
- Lefteris Karapetsas <lefteris@refu.co>
- LCD 47 <lcd047@gmail.com>
- Justin Li <justinnhli@gmail.com> (justinnhli)
- Joseph Young <80432516+jpy-git@users.noreply.github.com> (jpy-git)
- John Kirkham <jakirkham@gmail.com>
- Jens H. Nielsen <Jens.Nielsen@microsoft.com>
- Ioana Tagirta <ioana.tagirta@gmail.com>: 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.