From 45c8d62e68185b95e13c99b01e04a116abf2e9f8 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 4 Jun 2018 10:53:21 -0400 Subject: [PATCH] Get ready for release 3.2.1 --- NEWS | 4 ++++ uncompyle6/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index facd1b5f..c7fdf4e9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +uncompyle6 3.2.1 2018-06-04 MF + +- Python 1.4 and 1.5 bug fixes + uncompyle6 3.2.0 2018-05-19 Rocket Scientist - Add rudimentary 1.4 support (still a bit buggy) diff --git a/uncompyle6/version.py b/uncompyle6/version.py index 6251f9c8..348916a3 100644 --- a/uncompyle6/version.py +++ b/uncompyle6/version.py @@ -12,4 +12,4 @@ # along with this program. If not, see . # This file is suitable for sourcing inside bash as # well as importing into Python -VERSION='3.2.0' +VERSION='3.2.1'