From f2308bc173172426ebd91f05b72dc5ca8a974fa6 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 10 Oct 2022 12:12:53 +0200 Subject: [PATCH] Bump astroid to 2.12.11, update changelog --- CONTRIBUTORS.txt | 3 ++- ChangeLog | 8 +++++++- astroid/__pkginfo__.py | 2 +- script/.contributors_aliases.json | 5 +++++ tbump.toml | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 6ade90bbad..51fae0fae0 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -23,6 +23,7 @@ Maintainers - Łukasz Rogalski - Florian Bruhin - Ashley Whetter +- Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> - Dimitri Prybysh - Areveny @@ -39,7 +40,6 @@ Contributors - David Gilman - Julien Jehannet - Calen Pennington -- Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> - Tim Martin - Phil Schaf - Hugo van Kemenade @@ -111,6 +111,7 @@ Contributors - Stanislav Levin - Simon Hewitt - Serhiy Storchaka +- Saugat Pachhai (सौगात) - Roy Wright - Robin Jarry - René Fritze <47802+renefritze@users.noreply.github.com> diff --git a/ChangeLog b/ChangeLog index 15b5d5172e..a9634a3052 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,12 +16,18 @@ Release date: TBA Closes PyCQA/pylint#7488. -What's New in astroid 2.12.11? +What's New in astroid 2.12.12? ============================== Release date: TBA +What's New in astroid 2.12.11? +============================== +Release date: 2022-10-10 + + + What's New in astroid 2.12.10? ============================== Release date: 2022-09-17 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 550130af98..a309ce859f 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.10" +__version__ = "2.12.11" version = __version__ diff --git a/script/.contributors_aliases.json b/script/.contributors_aliases.json index 7076260223..976e2f04da 100644 --- a/script/.contributors_aliases.json +++ b/script/.contributors_aliases.json @@ -62,6 +62,11 @@ "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 1f99bc259e..6be48869e8 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.12.10" +current = "2.12.11" regex = ''' ^(?P0|[1-9]\d*) \.