From 7953e54ffbc0019ae20fb52cb559f36e8ae4698e Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Fri, 6 Sep 2019 00:52:18 -0400 Subject: [PATCH] CHANGES and setup.py updates for 1.1.1 release prep --- CHANGES | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index c032ffe..6da8fb1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ -1.1.1 UNRELEASED +1.1.1 2019-09-06 - Fix startup logging so it provides information at a useful time - Fix verify processing so missing (optional) i= tag doesn't cause the milter - to fail + to fail (LP: #1842250) - 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 bc10b0f..92a9f8e 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.1.0', + version='1.1.1', author='Scott Kitterman', author_email='scott@kitterman.com', url='https://launchpad.net/dkimpy-milter',