Skip to content

Commit

Permalink
Bump version to 0.4.6 for refactoring and additional vanilla_django g…
Browse files Browse the repository at this point in the history
…et_email_message method
  • Loading branch information
BradWhittington committed Jun 27, 2012
1 parent 81f04f5 commit 997a4cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.4.6
Reworked vanilla_django backend allows you to extract the EmailMessage object without sending email. Refactored code for PEP8 compliance

v0.4.5
Better error handling for the PostageApp backend

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='django-templated-email',
version='0.4.5',
version='0.4.6',
packages=['templated_email','templated_email.backends'],
author='Bradley Whittington',
author_email='radbrad182@gmail.com',
Expand Down

0 comments on commit 997a4cd

Please sign in to comment.