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',