From ace7b2967ea762ec43fc7be8ab9c8007564d9be2 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Wed, 6 Nov 2019 19:35:12 +0100 Subject: [PATCH] Prepare 2.3.3 --- ChangeLog | 7 +++++++ astroid/__pkginfo__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 15df86f69..2019fa51c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,13 @@ astroid's ChangeLog =================== +What's New in astroid 2.3.3? +============================ +Release Date: 2019-11-06 + +* Relaxed `six` dependency. + + What's New in astroid 2.3.2? ============================ Release Date: 2019-10-18 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index a6db0619a..4a17b5dd4 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -17,7 +17,7 @@ """astroid packaging information""" -version = "2.3.2" +version = "2.3.3" numversion = tuple(int(elem) for elem in version.split(".") if elem.isdigit()) extras_require = {}