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 = {}