From c2181e3235e37ceda682d6b80ce6a3b6fe41dc6a Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 19 May 2018 12:29:26 -0400 Subject: [PATCH] Get ready for release 3.2.0 --- NEWS | 7 +++++++ uncompyle6/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8c62503e..facd1b5f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +uncompyle6 3.2.0 2018-05-19 Rocket Scientist + +- Add rudimentary 1.4 support (still a bit buggy) +- add --tree+ option to show formatting rule, when it is constant +- Python 2.7.15candidate1 support (via xdis) +- bug fixes, especially for 3.7 (but 2.7 and 3.6 and others as well) + uncompyle6 3.1.3 2018-04-16 - Add some Python 3.7 rules, such as for handling LOAD_METHOD (not complete) diff --git a/uncompyle6/version.py b/uncompyle6/version.py index d57ebff6..6251f9c8 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.1.3' +VERSION='3.2.0'