From 547bbea5badbb90839bbcc3a616e1463d96dc2e4 Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 15 Oct 2021 21:29:19 -0400 Subject: [PATCH] Get ready for release 3.7.6 --- NEWS.md | 7 +++++++ decompyle3/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index cc20e028..ca90b13d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +3.7.6 +===== + +* Fix fragment comprehension bugs +* Makefile tolerance for pyston +* Revise for xdis 6.0.0 - in Python version comparisions use tuples instead of floats + 3.7.5 ===== diff --git a/decompyle3/version.py b/decompyle3/version.py index 4bd1bc04..c498f883 100644 --- a/decompyle3/version.py +++ b/decompyle3/version.py @@ -13,4 +13,4 @@ # This file is suitable for sourcing inside bash as # well as importing into Python # fmt: off -__version__="3.7.7.dev0" # noqa +__version__="3.7.6" # noqa