Skip to content

Commit

Permalink
0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasserra committed Jan 22, 2020
1 parent 3020ae1 commit 91b53f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion postmark/__init__.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 91b53f3

Please sign in to comment.