Skip to content

Commit

Permalink
Bump astroid to 2.11.7, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Jul 9, 2022
1 parent 5567716 commit 502ccf4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ Release date: TBA



What's New in astroid 2.11.7?
What's New in astroid 2.11.8?
=============================
Release date: TBA



What's New in astroid 2.11.7?
=============================
Release date: 2022-07-09

* Added support for ``usedforsecurity`` keyword to ``hashlib`` constructors.

Closes PyCQA/pylint#6017
Expand Down
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt

__version__ = "2.11.6"
__version__ = "2.11.7"
version = __version__
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/astroid"

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

0 comments on commit 502ccf4

Please sign in to comment.