diff --git a/NEWS b/NEWS index 871a2148..21bfe590 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +uncompyle6 3.1.0 2018-03-21 Equinox + +- Add code_deparse_with_offset() fragment function. +- Correct paramenter call fragment deparse_code() +- Lots of 3.6, 3.x, and 2.7 bug fixes + About 5% of 3.6 fail parsing now. But + semantics still needs much to be desired. + uncompyle6 3.0.1 2018-02-17 - All Python 2.6.9 standard library files weakly verify diff --git a/uncompyle6/version.py b/uncompyle6/version.py index 5a33c6b3..816f9cea 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.0.1' +VERSION='3.1.0'