From 476db9ad1d04313d23486692e0401a4fdbca8263 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 13 Jun 2018 13:10:03 -0400 Subject: [PATCH] Get ready for release 3.2.3 --- NEWS | 5 +++++ uncompyle6/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 605ab19d..a661249b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +uncompyle6 3.2.3 2018-06-04 Michael Cohen flips and Fleetwood Redux + +- Python 1.3 support 3.0 bug and +- fix botched parameter ordering of 3.x in last release + uncompyle6 3.2.2 2018-06-04 When I'm 64 - Python 3.0 support and bug fixes diff --git a/uncompyle6/version.py b/uncompyle6/version.py index 244078b5..a4c67266 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.2' +VERSION='3.2.3'