Skip to content

Commit

Permalink
0.4.3, add Dave Peticolas as contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
themartorana committed Jun 20, 2014
1 parent a568d3e commit fbed2cd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
CHANGELOG for python-postmark
===============================

Version 0.4.2
Version 0.4.3
-------------
- Added message_id property to messages for post-send record-tracking (jdavisp3)

Version 0.4.2
-------------
- Added in .track_opens to support open tracking
See: http://developer.postmarkapp.com/developer-build.html#open-tracking
- Added POSTMARK_TRACK_OPENS setting to the Django backend (danxshap)
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ Everyone that made python-postmark awesome
- Jacob (http://github.com/nephics)
- Josh Owen (https://github.com/joshowen)
- Daniel Shapiro (https://github.com/danxshap)
- Dave Peticolas (https://github.com/jdavisp3)

(Did I miss anyone?)
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ See [CONTRIBUTORS.md](https://github.com/themartorana/python-postmark/blob/maste
Changelog
----------

Version 0.4.3
- Added message_id property to messages for post-send record-tracking (jdavisp3)

Version 0.4.2
- Added in .track_opens to support open tracking
See: http://developer.postmarkapp.com/developer-build.html#open-tracking
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.4.2'
__version__ = '0.4.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
2 changes: 1 addition & 1 deletion postmark/core.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.4.2'
__version__ = '0.4.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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = "python-postmark",
version = "0.4.2",
version = "0.4.3",
packages = ['postmark'],
author = "Dave Martorana (http://davemartorana.com), Richard Cooper (http://frozenskys.com), Bill Jones (oraclebill), Dmitry Golomidov (deeGraYve)",
license = 'BSD',
Expand Down

0 comments on commit fbed2cd

Please sign in to comment.