From 9c3b002f7825b7f5743a2acbb46010ab73e7e516 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 17 Sep 2022 17:18:56 +0200 Subject: [PATCH] Bump astroid to 2.12.10, update changelog --- ChangeLog | 8 +++++++- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 977d8ead59..88b4d4fadd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,11 +8,17 @@ Release date: TBA -What's New in astroid 2.12.10? +What's New in astroid 2.12.11? ============================== Release date: TBA + +What's New in astroid 2.12.10? +============================== +Release date: 2022-09-17 + + * Fixed a crash when introspecting modules compiled by `cffi`. Closes #1776 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 9eaaeca92b..550130af98 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.9" +__version__ = "2.12.10" version = __version__ diff --git a/tbump.toml b/tbump.toml index 184902522c..1f99bc259e 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.12.9" +current = "2.12.10" regex = ''' ^(?P0|[1-9]\d*) \.