Skip to content

Commit

Permalink
Bump pylint to 2.13.4, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Mar 31, 2022
1 parent 9009189 commit 14ae9e8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ contributors:
* Added new check for useless `with threading.Lock():` statement
- Marcus Näslund <naslundx@gmail.com> (naslundx)
- Marco Forte <fortemarco.irl@gmail.com>
- Joseph Young <80432516+jpy-git@users.noreply.github.com> (jpy-git)
- Ionel Maries Cristian <contact@ionelmc.ro>
- Gergely Kalmár <gergely.kalmar@logikal.jp>
- Daniel Harding <dharding@gmail.com>
Expand Down Expand Up @@ -202,7 +203,6 @@ 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 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.4?
What's New in Pylint 2.13.5?
============================
Release date: TBA



What's New in Pylint 2.13.4?
============================
Release date: 2022-03-31

* Fix false positive regression in 2.13.0 for ``used-before-assignment`` for
homonyms between variable assignments in try/except blocks and variables in
a comprehension's filter.
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.3"
__version__ = "2.13.4"


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.3"
current = "2.13.4"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit 14ae9e8

Please sign in to comment.