Skip to content

Commit b21e8b8

Browse files
committed
Get ready for release 3.7.2
1 parent 4007b8b commit b21e8b8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
3.7.2: 2020-6-27
2+
================
3+
4+
* Use newer xdis
5+
* Docstrings (again) which were broken again on earlier Python
6+
* Fix 2.6 and 2.7 decompilation bug in handling "list if" comprehensions
7+
8+
9+
110
3.7.1: 2020-6-12 Fleetwood66
211
====================================================
312

uncompyle6/version.py

+1-1
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 POSIX shell as
1414
# well as importing into Python
15-
VERSION="3.7.1" # noqa
15+
VERSION="3.7.2" # noqa

0 commit comments

Comments
 (0)