Get ready for release 2.10.1

This commit is contained in:
rocky
2017-06-03 05:22:28 -04:00
parent 9a3e11a957
commit e727a437ea
3 changed files with 23 additions and 2 deletions

View File

@@ -1,6 +1,20 @@
2017-06-03 rocky <rb@dustyfeet.com>
* uncompyle6/version.py: Get ready for release 2.10.1
2017-06-03 rocky <rb@dustyfeet.com>
* uncompyle6/semantics/fragments.py,
uncompyle6/semantics/pysource.py: Fragment bugs fragment.py: * deparse_code_aorund_offset: was sometimes returning the wrong type * capture function name offset * lint imports pysource.py: use a clearer variable name
2017-06-02 rocky <rb@dustyfeet.com>
* uncompyle6/semantics/fragments.py: Track changes in ifelstmtr.. in fragments from pysource
2017-05-30 rocky <rb@dustyfeet.com>
* uncompyle6/version.py: Get ready for release 2.10.0
* ChangeLog, NEWS, uncompyle6/version.py: Get ready for release
2.10.0
2017-05-30 rocky <rb@dustyfeet.com>

7
NEWS
View File

@@ -1,3 +1,10 @@
uncompyle6 2.10.1 2016-06-3 Marylin Frankel
- fix some fragments parsing bugs
- was returning the wrong type sometimes in deparse_code_around_offset()
- capture function name in offsets
- track changes to ifelstrmtr node from pysource into fragments
uncompyle6 2.10.0 2016-05-30 Elaine Gordon
- Add fuzzy offset deparse lookup

View File

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