diff --git a/CHANGES b/CHANGES index 91cb75d..a78a9a8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -1.0.3 +1.0.3 2019-11-22 - Make error logging more explicit to aid debugging - Delete own_socketfile to resolve race condition where the permissions change fails on a Unix socket because it hasn't been created yet (libmilter diff --git a/setup.py b/setup.py index 57d05cf..c109799 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', + version='1.0.3', author='Scott Kitterman', author_email='scott@kitterman.com', url='https://launchpad.net/dkimpy-milter',