diff --git a/setup.py b/setup.py index 3fe66d497ffc270958d5f618e2eedce33883dd51..e852cb628814fb7fe2fcfe5ff643fe3115c15545 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: 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 1a582cc54b53edf5cc4ad18d27fd2b31958ee615..4bf013a990934908805d244cd004dd2cb0d3adcc 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,