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