From 52f6d2d7722db383af035be929f18af5e9fe8cd5 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 19 Oct 2022 10:35:39 +0200 Subject: [PATCH] Bump astroid to 2.12.12, update changelog --- ChangeLog | 8 +++++++- astroid/__pkginfo__.py | 2 +- script/.contributors_aliases.json | 10 +++++----- tbump.toml | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4f63f145e4..faccd14564 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index a309ce859f..0d925a50eb 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -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__ diff --git a/script/.contributors_aliases.json b/script/.contributors_aliases.json index 976e2f04da..061e77e5de 100644 --- a/script/.contributors_aliases.json +++ b/script/.contributors_aliases.json @@ -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" @@ -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" diff --git a/tbump.toml b/tbump.toml index 6be48869e8..65cf8b8c27 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.12.11" +current = "2.12.12" regex = ''' ^(?P0|[1-9]\d*) \.