Skip to content

Commit

Permalink
Bump astroid to 2.12.12, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Oct 19, 2022
1 parent 19623e7 commit 52f6d2d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion ChangeLog
Expand Up @@ -16,10 +16,16 @@ Release date: TBA
Closes PyCQA/pylint#7488.


What's New in astroid 2.12.12?
What's New in astroid 2.12.13?
==============================
Release date: TBA



What's New in astroid 2.12.12?
==============================
Release date: 2022-10-19

* Add the ``length`` parameter to ``hash.digest`` & ``hash.hexdigest`` in the ``hashlib`` brain.

Refs PyCQA/pylint#4039
Expand Down
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
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.12.11"
__version__ = "2.12.12"
version = __version__
10 changes: 5 additions & 5 deletions script/.contributors_aliases.json
Expand Up @@ -13,6 +13,11 @@
"name": "Marc Mueller",
"team": "Maintainers"
},
"31762852+mbyrnepr2@users.noreply.github.com": {
"mails": ["31762852+mbyrnepr2@users.noreply.github.com", "mbyrnepr2@gmail.com"],
"name": "Mark Byrne",
"team": "Maintainers"
},
"adam.grant.hendry@gmail.com": {
"mails": ["adam.grant.hendry@gmail.com"],
"name": "Adam Hendry"
Expand Down Expand Up @@ -62,11 +67,6 @@
"name": "Dimitri Prybysh",
"team": "Maintainers"
},
"31762852+mbyrnepr2@users.noreply.github.com": {
"mails": ["31762852+mbyrnepr2@users.noreply.github.com", "mbyrnepr2@gmail.com"],
"name": "Mark Byrne",
"team": "Maintainers"
},
"github@euresti.com": {
"mails": ["david@dropbox.com", "github@euresti.com"],
"name": "David Euresti"
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"

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

0 comments on commit 52f6d2d

Please sign in to comment.