From 8bdec591f228e7db6a0be66b6ca814227ff50001 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 19 Nov 2022 15:32:11 +0100 Subject: [PATCH] Bump astroid to 2.12.13, update changelog --- ChangeLog | 3 ++- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 409af1ac9e..44c2d352e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,9 +8,10 @@ Release date: TBA + What's New in astroid 2.12.13? ============================== -Release date: TBA +Release date: 2022-11-19 * Improve detection of namespace packages for the modules with ``__spec__`` set to None. diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 0d925a50eb..f45e31b53a 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.12" +__version__ = "2.12.13" version = __version__ diff --git a/tbump.toml b/tbump.toml index b3ced3d046..1b2dbb52c5 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.12.12" +current = "2.12.13" regex = ''' ^(?P0|[1-9]\d*) \.