diff --git a/CHANGES b/CHANGES index 1e2814d..0326706 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -1.1.4 +1.1.4 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 7761c46..a7345e3 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.3', + version='1.1.4', author='Scott Kitterman', author_email='scott@kitterman.com', url='https://launchpad.net/dkimpy-milter',