diff --git a/ChangeLog b/ChangeLog index 91a79c3a7c..4383c14cc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ astroid's ChangeLog What's New in astroid 2.3.0? ============================ -Release Date: TBA +Release Date: 2019-09-24 * Add a brain tip for ``subprocess.check_output`` diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 6a696151f8..6ef9e523a8 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -17,7 +17,7 @@ """astroid packaging information""" -version = "2.3.0.dev0" +version = "2.3.0" numversion = tuple(int(elem) for elem in version.split(".") if elem.isdigit()) extras_require = {}