From f717084fea5ba9c030b7a8fe08336b7ee7b66b64 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 8 Jan 2023 14:22:39 +0100 Subject: [PATCH] Bump astroid to 2.13.2, 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 b72cbae610..c61ee15974 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,10 +8,16 @@ Release date: TBA -What's New in astroid 2.13.2? +What's New in astroid 2.13.3? ============================= Release date: TBA + + +What's New in astroid 2.13.2? +============================= +Release date: 2023-01-08 + * Removed version conditions on typing_extensions dependency. Removed typing_extensions from our tests requirements as it was preventing issues to appear in our continuous integration. diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index c32242678a..1278152311 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.13.1" +__version__ = "2.13.2" version = __version__ diff --git a/tbump.toml b/tbump.toml index 530b0765b7..f517ff499d 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.13.1" +current = "2.13.2" regex = ''' ^(?P0|[1-9]\d*) \.