diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2019-11-06 19:35:12 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-11-06 19:35:12 +0100 |
commit | ace7b2967ea762ec43fc7be8ab9c8007564d9be2 (patch) | |
tree | 8ed61886c9d49bdc17ef3daf7367159dff1d34b0 | |
parent | d5937efea39843c4c99e43dc1dcdda9c58316072 (diff) | |
download | astroid-git-2.3.tar.gz |
Prepare 2.3.3astroid-2.3.32.3
-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 = {} |