Get ready for release 3.3.2

This commit is contained in:
rocky
2019-05-03 22:47:19 -04:00
parent 6e753b8743
commit 46ca21596f
2 changed files with 16 additions and 1 deletions

15
NEWS.md
View File

@@ -1,3 +1,18 @@
3.3.2 2019-05-03 Better Friday
==============================
As before, lots of decomplation bugs fixed. The focus has primarily
been on Python 3.6. We can now parse the entire 3.6.8 Python library
and verify that without an error. The same is true for 3.5.8. A number
of the bugs fixed though are not contained to these versions. In fact
some span back as far as 2.x
But as before, many more remain in the 3.7 and 3.8 range which will
get addressed in future releases
Pypy 3.6 support was started. Pypy 3.x detection fixed (via xdis)
3.3.1 2019-04-19 Good Friday 3.3.1 2019-04-19 Good Friday
========================== ==========================

View File

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