File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ Change Log
55This document records all notable changes to django-templated-mail.
66This project adheres to `Semantic Versioning <http://semver.org/ >`_.
77
8+ ---------------------
9+ `0.2.0 `_ (2015-09-22)
10+ ---------------------
11+
12+ * Add support for CC and BCC
13+ * Update name of ``BaseEmailMessage.send_to `` to ``BaseEmailMessage.send ``
14+
815---------------------
916`0.1.1 `_ (2015-09-15)
1017---------------------
@@ -22,4 +29,5 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
2229
2330
2431.. _0.1.0 : https://github.com/sunscrapers/django-templated-mail/compare/3bc71b3...0.1.0
25- .. _0.1.1 : https://github.com/sunscrapers/django-templated-mail/compare/0.1.0...0.1.1
32+ .. _0.1.1 : https://github.com/sunscrapers/django-templated-mail/compare/0.1.0...0.1.1
33+ .. _0.2.0 : https://github.com/sunscrapers/django-templated-mail/compare/0.1.1...0.2.0
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def get_packages(package):
1717
1818setup (
1919 name = 'django-templated-mail' ,
20- version = '0.1.1 ' ,
20+ version = '0.2.0 ' ,
2121 packages = get_packages ('templated_mail' ),
2222 license = 'MIT' ,
2323 author = 'Sunscrapers' ,
You can’t perform that action at this time.
0 commit comments