From d62dc3daac4ac170acdb3460cbdf07b349cf0752 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 2 Oct 2019 10:39:43 -0400 Subject: [PATCH] Get ready for release 3.4.1 --- NEWS.md | 9 +++++++++ uncompyle6/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 4d3382c0..b2445f39 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +3.4.1 2019-10-02 +================ + +- Correct assert{,2} transforms Fixes #289 +- Fragment parsing fixes: + * Wasn't handling 3-arg %p + * fielding error in code_deparse() + + 3.4.0 2019-08-24 Totoro ======================= diff --git a/uncompyle6/version.py b/uncompyle6/version.py index 5e196262..e63f6b2c 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.4.0" # noqa +VERSION="3.4.1" # noqa