From 4a38ec8536a7fb4eafd325d0bc2f6ec4cd18d7bd Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 12 Oct 2019 18:10:57 -0400 Subject: [PATCH] Get ready for release 4.1.0 --- NEWS.md | 7 +++++++ xdis/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index ffd366be..b2f128e7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +4.1.0 2019-10-12 Stony Brook Ride +================================= + +- Add early bytecodes: 1.0, 1.1, 1.2, and 1.6. Going off of pycdc bytecode since this is the only bytecode for these versions I know of +- Fix bug in Python 3.x decompiling 2.x that contains strings with non-ascii characters +- More generally, better handling of non-ascii Python 2 strings in Python 3 + 4.0.4 2019-10-02 ================ diff --git a/xdis/version.py b/xdis/version.py index 8b91bca8..75a291a4 100644 --- a/xdis/version.py +++ b/xdis/version.py @@ -1,3 +1,3 @@ # This file is suitable for sourcing inside bash as # well as importing into Python -VERSION='4.0.4' +VERSION='4.1.0'