diff --git a/setup.py b/setup.py index 3c14d49..532eb56 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = f.read() # pylint: disable=invalid-name setup(name='postfix_mta_sts_resolver', - version='1.3.0', + version='1.4.0', description='Daemon which provides TLS client policy for Postfix ' 'via socketmap, according to domain MTA-STS policy', url='https://github.com/Snawoot/postfix-mta-sts-resolver', diff --git a/snapcraft.yaml b/snapcraft.yaml index 4bf013a..bf18971 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: postfix-mta-sts-resolver -version: '1.3.0' +version: '1.4.0' summary: Policy-server for Postfix which handles MTA-STS resolving description: | Daemon which provides TLS client policy for Postfix via socketmap,