We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1c9ed commit 0ca0851Copy full SHA for 0ca0851
setup.py
@@ -7,7 +7,7 @@
7
long_description = f.read() # pylint: disable=invalid-name
8
9
setup(name='postfix_mta_sts_resolver',
10
- version='1.5.0',
+ version='1.5.1',
11
description='Daemon which provides TLS client policy for Postfix '
12
'via socketmap, according to domain MTA-STS policy',
13
url='https://github.com/Snawoot/postfix-mta-sts-resolver',
snapcraft.yaml
@@ -1,5 +1,5 @@
1
name: postfix-mta-sts-resolver
2
-version: '1.5.0'
+version: '1.5.1'
3
summary: Policy-server for Postfix which handles MTA-STS resolving
4
description: |
5
Daemon which provides TLS client policy for Postfix via socketmap,
0 commit comments