Get ready for release 2.15.0

This commit is contained in:
rocky
2018-01-27 11:54:44 -05:00
parent fe51f72040
commit 551fdfe0c5
3 changed files with 14 additions and 2 deletions

12
NEWS
View File

@@ -1,3 +1,15 @@
uncompyle6 2.15.0 2017-01-27
- Add --linemap option to give line correspondences
between original source lines and reconstructed line sources.
It is far from perfect, but it is a start
- Add a new class of tests: tests which when decompiled check themselves
- Split off Python version semantic action customizations into its own file
- Fix 2.7 bug in ifelse loop statement
- Handle 3.6+ EXTENDED_ARGs for POP_JUMP_IF... instructions
- Correct 3.6+ calls with kwargs
- Describe the difficulty of 3.6 in README
uncompyle6 2.14.3 2017-01-19
- Fix bug in 3.5+ await stmt

View File

@@ -17,7 +17,7 @@
<!-- markdown-toc end -->
# Get latest sources:
$ . ./admin-tool/update-sources.sh
git pull
# Change version in uncompyle6/version.py:

View File

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