We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7996275 commit 547bbeaCopy full SHA for 547bbea
NEWS.md
@@ -1,3 +1,10 @@
1
+3.7.6
2
+=====
3
+
4
+* Fix fragment comprehension bugs
5
+* Makefile tolerance for pyston
6
+* Revise for xdis 6.0.0 - in Python version comparisions use tuples instead of floats
7
8
3.7.5
9
=====
10
decompyle3/version.py
@@ -13,4 +13,4 @@
13
# This file is suitable for sourcing inside bash as
14
# well as importing into Python
15
# fmt: off
16
-__version__="3.7.7.dev0" # noqa
+__version__="3.7.6" # noqa
0 commit comments