From a672051f4406da0beb01e88767e8e46488eb71eb Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Tue, 5 May 2020 09:36:38 +0200 Subject: [PATCH] Prepare 2.4.1 --- ChangeLog | 2 +- astroid/__pkginfo__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f83dd87286..e64e40605b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ astroid's ChangeLog What's New in astroid 2.4.1? ============================ -Release Date: TBA +Release Date: 2020-05-05 * Handle the case where the raw builder fails to retrieve the ``__all__`` attribute diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index f4dfa7e890..42b2770edc 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -21,7 +21,7 @@ """astroid packaging information""" -version = "2.4.0" +version = "2.4.1" numversion = tuple(int(elem) for elem in version.split(".") if elem.isdigit()) extras_require = {}