Skip to content

Commit d394fbf

Browse files
committed
0.5.6
1 parent 3eb4eef commit d394fbf

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG for python-postmark
22
===============================
33

4+
Version 0.5.6
5+
--------------
6+
- Encoding issues (PR #91)
7+
- Add message_stream attribute to PMMail (PR #94)
8+
49
Version 0.5.5
510
--------------
611
- Setting to return message IDs in django backend (PR #89)

postmark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.5.5'
1+
__version__ = '0.5.6'
22
__author__ = "Dave Martorana (http://davemartorana.com), Richard Cooper (http://frozenskys.com), Bill Jones (oraclebill), Dmitry Golomidov (deeGraYve)"
33
__date__ = '2010-April-14'
44
__url__ = 'http://postmarkapp.com'

0 commit comments

Comments
 (0)