diff --git a/NEWS b/NEWS index c7fdf4e9..605ab19d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +uncompyle6 3.2.2 2018-06-04 When I'm 64 + +- Python 3.0 support and bug fixes + uncompyle6 3.2.1 2018-06-04 MF - Python 1.4 and 1.5 bug fixes diff --git a/uncompyle6/version.py b/uncompyle6/version.py index 348916a3..244078b5 100644 --- a/uncompyle6/version.py +++ b/uncompyle6/version.py @@ -12,4 +12,4 @@ # along with this program. If not, see . # This file is suitable for sourcing inside bash as # well as importing into Python -VERSION='3.2.1' +VERSION='3.2.2'