CHANGES and setup.py updates for 1.1.1 release prep

This commit is contained in:
Scott Kitterman
2019-09-06 00:52:18 -04:00
parent bc98f9180f
commit 7953e54ffb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 startup logging so it provides information at a useful time
- Fix verify processing so missing (optional) i= tag doesn't cause the milter - 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 - Fix message extraction so that signing in the same pass through the milter
as verifying works correctly as verifying works correctly
+1 -1
View File
@@ -30,7 +30,7 @@ except ImportError: # If PyDNS is not installed, prefer dnspython
setup( setup(
name='dkimpy-milter', name='dkimpy-milter',
version='1.1.0', version='1.1.1',
author='Scott Kitterman', author='Scott Kitterman',
author_email='scott@kitterman.com', author_email='scott@kitterman.com',
url='https://launchpad.net/dkimpy-milter', url='https://launchpad.net/dkimpy-milter',