diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | astroid/__pkginfo__.py | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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 a6db0619..4a17b5dd 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 = {} |