From 46ca21596f1a6fc2d9b4478bfcd1af4e53a59500 Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 3 May 2019 22:47:19 -0400 Subject: [PATCH] Get ready for release 3.3.2 --- NEWS.md | 15 +++++++++++++++ uncompyle6/version.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 05fccc36..d3b98d04 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,18 @@ +3.3.2 2019-05-03 Better Friday +============================== + +As before, lots of decomplation bugs fixed. The focus has primarily +been on Python 3.6. We can now parse the entire 3.6.8 Python library +and verify that without an error. The same is true for 3.5.8. A number +of the bugs fixed though are not contained to these versions. In fact +some span back as far as 2.x + +But as before, many more remain in the 3.7 and 3.8 range which will +get addressed in future releases + +Pypy 3.6 support was started. Pypy 3.x detection fixed (via xdis) + + 3.3.1 2019-04-19 Good Friday ========================== diff --git a/uncompyle6/version.py b/uncompyle6/version.py index efedabf1..36971cbe 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.3.1' # noqa +VERSION='3.3.2' # noqa