diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 4af98f88..c776fbfe 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -31,7 +31,7 @@ decompiler service for versions of Python up to 2.6. ## Description - + ## How to Reproduce @@ -54,7 +54,7 @@ can add that too. ## Expected behavior - + ## Environment diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 3cbb75be..28f64445 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -6,17 +6,17 @@ about: Tell us about a new feature that you would like to see in uncompyle6 ## Description - ## Background - ## Tests diff --git a/NEWS b/NEWS index a661249b..2341b916 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +uncompyle6 3.2.4 2018-06-04 7x9 release + +- Bug fixes #180, #182, #187, #192 +- Enhancements #189 +- Internal improvements + uncompyle6 3.2.3 2018-06-04 Michael Cohen flips and Fleetwood Redux - Python 1.3 support 3.0 bug and diff --git a/__pkginfo__.py b/__pkginfo__.py index 4ce078f3..0c857ad0 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -56,8 +56,8 @@ entry_points = { 'pydisassemble=uncompyle6.bin.pydisassemble:main', ]} ftp_url = None -install_requires = ['spark-parser >= 1.8.5, < 1.9.0', - 'xdis >= 3.8.6, < 3.9.0'] +install_requires = ['spark-parser >= 1.8.7, < 1.9.0', + 'xdis >= 3.8.8, < 3.9.0'] license = 'GPL3' mailing_list = 'python-debugger@googlegroups.com' diff --git a/uncompyle6/version.py b/uncompyle6/version.py index a4c67266..88b6da05 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.3' +VERSION='3.2.4'