Skip to content

Commit e8e856f

Browse files
committed
Version bump, changelog
1 parent 991fc36 commit e8e856f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

4+
Version 0.5.0
5+
--------------
6+
- Postmark templates support (PR #63)
7+
48
Version 0.4.11
59
--------------
610
- Account for EmailMessage.reply_to (#68)

postmark/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
__version__ = '0.4.12'
1+
__version__ = '0.5.0'
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'
5-
__copyright__ = "(C) 2009-2015 David Martorana, Wildbit LLC, Python Software Foundation."
5+
__copyright__ = "(C) 2009-2017 David Martorana, Wildbit LLC, Python Software Foundation."
66

77
__doc__ = '''
88

0 commit comments

Comments
 (0)