From 2ecbca718d3d03cebaeb53aeb617107ac15e7e78 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 5 Jan 2019 19:54:57 -0500 Subject: Updated for 3.0.3 release --- ReleaseConfig | 2 +- src/CHANGES.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ReleaseConfig b/ReleaseConfig index 6bda340..7ff6087 100755 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -32,7 +32,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" # 'final', the patchlevel is set to the release date. This value is # mandatory and must be present in this file. #version_tuple = (2, 2, 0, 'final', 0) -version_tuple = (3, 0, 3, 'alpha', 0) +version_tuple = (3, 0, 3) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 6732d38..308f113 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -5,11 +5,11 @@ Change Log -RELEASE VERSION/DATE TO BE FILLED IN LATER +RELEASE 3.0.3 - Sat, 02 Jan 2018 19:44:18 -0700 - From John Doe: + From William Deegan: - - Whatever John Doe did. + - Fixes to packaging logic. From Mats Wichmann: - Update some doc examples for Py3: map() now returns an interable -- cgit v0.12