From 0dabe102155fe6911099fe966c5749561480f463 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Fri, 10 Mar 2023 22:28:32 +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 3fe66d4..e852cb6 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.2.0', + version='1.3.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 1a582cc..4bf013a 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: postfix-mta-sts-resolver -version: '1.2.0' +version: '1.3.0' summary: Policy-server for Postfix which handles MTA-STS resolving description: | Daemon which provides TLS client policy for Postfix via socketmap,