Skip to content

Commit 547bbea

Browse files
committed
Get ready for release 3.7.6
1 parent 7996275 commit 547bbea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
3.7.5
29
=====
310

decompyle3/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# This file is suitable for sourcing inside bash as
1414
# well as importing into Python
1515
# fmt: off
16-
__version__="3.7.7.dev0" # noqa
16+
__version__="3.7.6" # noqa

0 commit comments

Comments
 (0)