From f3348d7fb516de1cff1e8704ad4c921ec77bd96b Mon Sep 17 00:00:00 2001 From: Nicholas Serra Date: Mon, 26 Sep 2016 13:34:22 -0400 Subject: [PATCH] Changelog and version --- CHANGELOG.md | 1 + README.md | 1 + postmark/core.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2a38e..bf053fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ CHANGELOG for python-postmark Version 0.4.10 -------------- - Added inline images support (#47) +- Fix for attachments in Python 3 (issue #66, PR #67) Version 0.4.9 ------------- diff --git a/README.md b/README.md index 4594baa..72db423 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Changelog Version 0.4.10 - Added inline images support (issue #47, PR #64) +- Fix for attachments in Python 3 (issue #66, PR #67) Version 0.4.9 - Tornado mixin (tigrus) diff --git a/postmark/core.py b/postmark/core.py index 42337f5..dc875d4 100644 --- a/postmark/core.py +++ b/postmark/core.py @@ -1,4 +1,4 @@ -__version__ = '0.4.9' +__version__ = '0.4.10' __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'