summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-29 10:45:22 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-29 10:49:23 +0200
commit7591ac04dcefc527c42fd7713c909d1319e83fab (patch)
treee7de4cf0740f21918523e78a70233834cd5ae779
parenta880bd6d85d2487f509d1505b5146d608b15d870 (diff)
downloadpylint-git-7591ac04dcefc527c42fd7713c909d1319e83fab.tar.gz
Bump pylint to 2.13.3, update changelogv2.13.3
-rw-r--r--CONTRIBUTORS.txt4
-rw-r--r--ChangeLog8
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
4 files changed, 11 insertions, 5 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index a36661ab9..d1f9e6fe8 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -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>
@@ -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)
@@ -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>
@@ -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
diff --git a/ChangeLog b/ChangeLog
index 2f2bc066c..1de5a0830 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 7d04c14d3..9a64bda93 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -4,7 +4,7 @@
from typing import Tuple
-__version__ = "2.13.2"
+__version__ = "2.13.3"
def get_numversion_from_version(v: str) -> Tuple:
diff --git a/tbump.toml b/tbump.toml
index 67c389d7a..8b01256b6 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -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*)
\.