Skip to content
Snippets Groups Projects
Unverified Commit 03bf1ad1 authored by Vladislav Yarmak's avatar Vladislav Yarmak
Browse files

bump version

parent 8faccfc9
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: ...@@ -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 long_description = f.read() # pylint: disable=invalid-name
setup(name='postfix_mta_sts_resolver', setup(name='postfix_mta_sts_resolver',
version='1.1.5', version='1.2.0',
description='Daemon which provides TLS client policy for Postfix ' description='Daemon which provides TLS client policy for Postfix '
'via socketmap, according to domain MTA-STS policy', 'via socketmap, according to domain MTA-STS policy',
url='https://github.com/Snawoot/postfix-mta-sts-resolver', url='https://github.com/Snawoot/postfix-mta-sts-resolver',
......
name: postfix-mta-sts-resolver name: postfix-mta-sts-resolver
version: '1.1.5' version: '1.2.0'
summary: Policy-server for Postfix which handles MTA-STS resolving summary: Policy-server for Postfix which handles MTA-STS resolving
description: | description: |
Daemon which provides TLS client policy for Postfix via socketmap, Daemon which provides TLS client policy for Postfix via socketmap,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment