From b21e8b8b57dc4238f9506940406ba5f6426018a2 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 27 Jun 2020 23:05:41 -0400 Subject: [PATCH] Get ready for release 3.7.2 --- NEWS.md | 9 +++++++++ uncompyle6/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 107c7515..4b5dcfc7 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 3f064333..c8a669e8 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