From f24869d88514e84c0e2d6c6787d5f74e2c73ef7f Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Sun, 30 Jan 2022 20:32:46 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1616b35..a692f5e 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.1.1', + version='1.1.2', 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 645a67c..7fa1407 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: postfix-mta-sts-resolver -version: '1.1.1' +version: '1.1.2' summary: Policy-server for Postfix which handles MTA-STS resolving description: | Daemon which provides TLS client policy for Postfix via socketmap,