From 91b53f36f737dea7e4290dec1fc9f94f40a32321 Mon Sep 17 00:00:00 2001 From: Nicholas Serra Date: Wed, 22 Jan 2020 18:16:35 -0500 Subject: [PATCH] 0.5.3 --- CHANGELOG.md | 4 ++++ postmark/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4207a56..d07ef2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG for python-postmark =============================== +Version 0.5.3 +-------------- +- Allow empty "to" field if "bcc" is populated (PR #83) + Version 0.5.2 -------------- - EmailMultiAlternatives content_subtype fix (PR #82) diff --git a/postmark/__init__.py b/postmark/__init__.py index 4bf94cf..721c226 100644 --- a/postmark/__init__.py +++ b/postmark/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.5.2' +__version__ = '0.5.3' __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'