Get ready for release 2.9.11

This commit is contained in:
rocky
2017-05-06 07:26:37 -04:00
parent dcaca27821
commit 1093ef5c5b
4 changed files with 538 additions and 137 deletions

667
ChangeLog

File diff suppressed because it is too large Load Diff

6
NEWS
View File

@@ -1,3 +1,9 @@
uncompyle6 2.9.11 2016-04-06
- Better support for Python 3.5+ BUILD_MAP_UNPACK
- Start 3.6 CALL_FUNCTION_EX support
- Many decompilation bug fixes. (Many more remain). See ChangeLog
uncompyle6 2.9.10 2016-02-25
- Python grammar rule fixes

View File

@@ -1,3 +1,3 @@
# This file is suitable for sourcing inside bash as
# well as importing into Python
VERSION='2.9.10'
VERSION='2.9.11'