diff --git a/NEWS.md b/NEWS.md index 107c7515b..4b5dcfc77 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +3.7.2: 2020-6-27 +================ + +* Use newer xdis +* Docstrings (again) which were broken again on earlier Python +* Fix 2.6 and 2.7 decompilation bug in handling "list if" comprehensions + + + 3.7.1: 2020-6-12 Fleetwood66 ==================================================== diff --git a/uncompyle6/version.py b/uncompyle6/version.py index 3f064333b..c8a669e8c 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 POSIX shell as # well as importing into Python -VERSION="3.7.1" # noqa +VERSION="3.7.2" # noqa