Get ready for release 3.5.1

This commit is contained in:
rocky
2019-11-17 19:50:59 -05:00
parent daa424cf0c
commit 2cfc60fbd7
4 changed files with 16 additions and 3 deletions

12
NEWS.md
View File

@@ -1,3 +1,15 @@
3.5.1 2019-10-29 JNC
====================
- Pypy 3.3, 3.5, 3.6, and 3.6.9 support
- Improve 3.0 decompilation
- no parse errors on stlib bytecode. However accurate translation in
control-flow and and/or detection needs work
- Remove extraneous iter() in "for" of list comprehension Fixes #272
- "for" block without a POP_BLOCK and confusing JUMP_BACK for CONTINUE. Fixes #293
- Fix unmarshal incompletness detected in Pypy 3.6
- Miscellaneous bugs fixed
3.5.0 2019-10-12 Stony Brook Ride
=================================

View File

@@ -58,7 +58,7 @@ entry_points = {
]}
ftp_url = None
install_requires = ["spark-parser >= 1.8.9, < 1.9.0",
"xdis >= 4.1.2, < 4.2.0"]
"xdis >= 4.1.3, < 4.2.0"]
license = "GPL3"
mailing_list = "python-debugger@googlegroups.com"

View File

@@ -56,8 +56,9 @@
$ . ./admin-tools/make-dist-older.sh
$ git tag release-python-2.4-$VERSION
$ twine check dist/uncompyle6-$VERSION*
$ . ./admin-tools/make-dist-newer.sh
$ twine check dist/uncompyle6-$VERSION*
Goto https://github.com/rocky/python-uncompyle6/releases

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.5.0" # noqa
VERSION="3.5.1" # noqa