Skip to content

Commit 46ca215

Browse files
committed
Get ready for release 3.3.2
1 parent 6e753b8 commit 46ca215

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

NEWS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
3.3.2 2019-05-03 Better Friday
2+
==============================
3+
4+
As before, lots of decomplation bugs fixed. The focus has primarily
5+
been on Python 3.6. We can now parse the entire 3.6.8 Python library
6+
and verify that without an error. The same is true for 3.5.8. A number
7+
of the bugs fixed though are not contained to these versions. In fact
8+
some span back as far as 2.x
9+
10+
But as before, many more remain in the 3.7 and 3.8 range which will
11+
get addressed in future releases
12+
13+
Pypy 3.6 support was started. Pypy 3.x detection fixed (via xdis)
14+
15+
116
3.3.1 2019-04-19 Good Friday
217
==========================
318

uncompyle6/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1313
# This file is suitable for sourcing inside bash as
1414
# well as importing into Python
15-
VERSION='3.3.1' # noqa
15+
VERSION='3.3.2' # noqa

0 commit comments

Comments
 (0)