From a01285e4a908389937a2c37a7b80f1ab7c7650a0 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 20 Apr 2020 22:18:25 -0400 Subject: [PATCH] Get ready for release 3.6.6 --- NEWS.md | 10 ++++++++++ uncompyle6/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 961377ec..50322301 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +3.6.6: 2020-4-20 Love in the time of Cholera +============================================ + +The main reason for this release is an incompatablity bump in xdis which handles +3.7 SipHash better. + +* Go over "yield" as an expression precidence +* Some small alignment with code in decompyle3 for "or" and "and" was done + + 3.6.5: 2020-4-1 April Fool ========================== diff --git a/uncompyle6/version.py b/uncompyle6/version.py index 4e15bf74..76eafaeb 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.6.5" # noqa +VERSION="3.6.6" # noqa