Get ready for release 3.1.0

This commit is contained in:
rocky
2018-03-21 20:06:57 -04:00
parent c81b40b43b
commit 155031a7c4
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@@ -1,3 +1,11 @@
uncompyle6 3.1.0 2018-03-21 Equinox
- Add code_deparse_with_offset() fragment function.
- Correct paramenter call fragment deparse_code()
- Lots of 3.6, 3.x, and 2.7 bug fixes
About 5% of 3.6 fail parsing now. But
semantics still needs much to be desired.
uncompyle6 3.0.1 2018-02-17
- All Python 2.6.9 standard library files weakly verify

View File

@@ -12,4 +12,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# This file is suitable for sourcing inside bash as
# well as importing into Python
VERSION='3.0.1'
VERSION='3.1.0'