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