From dbd9b68b8e9a17d48e473d16fc287315f3ac004a Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Thu, 23 May 2019 22:49:52 +0300 Subject: [PATCH] prep for release --- SECURITY.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index ae89b3a..725698a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,6 +4,7 @@ | Version | Supported | | ------- | ------------------ | +| 0.5.x | :white_check_mark: | | 0.4.x | :white_check_mark: | | 0.3.0 | :white_check_mark: | | 0.2.9 | :white_check_mark: | diff --git a/setup.py b/setup.py index 3b5637e..4e81f69 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='postfix_mta_sts_resolver', - version='0.4.5', + version='0.5.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', author='Vladislav Yarmak',