From 84e85422483a567b22197ec7768fa0ea8999859a Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 30 Dec 2018 12:10:43 -0500 Subject: [PATCH] Get ready for release 3.2.5 --- NEWS | 7 +++++++ __pkginfo__.py | 2 +- uncompyle6/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0272e1ef..a6715a7b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +uncompyle6 3.2.5 2019-12-30 Clearout sale + +- 3.7.2 Remove deprecation warning on regexp string that isn't raw +- main.main() parameter `codes` is not used - note that +- Improve Python 3.6+ control flow detection +- More complete fragment instruction annotation for `imports` + uncompyle6 3.2.4 2018-10-27 7x9 release - Bug fixes #180, #182, #187, #192 diff --git a/__pkginfo__.py b/__pkginfo__.py index 0c857ad0..acbf0578 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -57,7 +57,7 @@ entry_points = { ]} ftp_url = None install_requires = ['spark-parser >= 1.8.7, < 1.9.0', - 'xdis >= 3.8.8, < 3.9.0'] + 'xdis >= 3.8.9, < 3.9.0'] license = 'GPL3' mailing_list = 'python-debugger@googlegroups.com' diff --git a/uncompyle6/version.py b/uncompyle6/version.py index 88b6da05..37128217 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.2.4' +VERSION='3.2.5'