From afeb627d2cf3a1195ffbad2a79ee88867fbdbcd5 Mon Sep 17 00:00:00 2001 From: Nicholas Serra Date: Fri, 17 Jan 2020 19:20:22 -0500 Subject: [PATCH] Version bump 0.5.2 --- CHANGELOG.md | 4 ++++ postmark/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b795df..4207a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG for python-postmark =============================== +Version 0.5.2 +-------------- +- EmailMultiAlternatives content_subtype fix (PR #82) + Version 0.5.1 -------------- - Postmark metadata support (PR #75) diff --git a/postmark/__init__.py b/postmark/__init__.py index 7255a1c..4bf94cf 100644 --- a/postmark/__init__.py +++ b/postmark/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.5.1' +__version__ = '0.5.2' __author__ = "Dave Martorana (http://davemartorana.com), Richard Cooper (http://frozenskys.com), Bill Jones (oraclebill), Dmitry Golomidov (deeGraYve)" __date__ = '2010-April-14' __url__ = 'http://postmarkapp.com'