From 2528632ba615a7966c58162a00ce1dfef899590c Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Mon, 7 Oct 2019 00:14:20 -0400 Subject: [PATCH] Release 1.0.2 --- CHANGES | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index f55b23f..517ac21 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -1.0.2 UNRELEASED +1.0.2 2019-10-07 - Fix startup logging so it provides information at a useful time - Fix message extraction so that signing in the same pass through the milter as verifying works correctly diff --git a/setup.py b/setup.py index 1418bc7..57d05cf 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ except ImportError: # If PyDNS is not installed, prefer dnspython setup( name='dkimpy-milter', - version='1.0.2~rc1', + version='1.0.2', author='Scott Kitterman', author_email='scott@kitterman.com', url='https://launchpad.net/dkimpy-milter',