Get ready for release 3.7.2

This commit is contained in:
rocky
2020-06-27 23:05:41 -04:00
parent 4007b8b702
commit b21e8b8b57
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
3.7.2: 2020-6-27
================
* Use newer xdis
* Docstrings (again) which were broken again on earlier Python
* Fix 2.6 and 2.7 decompilation bug in handling "list if" comprehensions
3.7.1: 2020-6-12 Fleetwood66 3.7.1: 2020-6-12 Fleetwood66
==================================================== ====================================================

View File

@@ -12,4 +12,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# This file is suitable for sourcing inside POSIX shell as # This file is suitable for sourcing inside POSIX shell as
# well as importing into Python # well as importing into Python
VERSION="3.7.1" # noqa VERSION="3.7.2" # noqa