Commit 95313c1 1 parent 94e226c commit 95313c1 Copy full SHA for 95313c1
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ Change Log
5
5
This document records all notable changes to django-templated-mail.
6
6
This project adheres to `Semantic Versioning <http://semver.org/ >`_.
7
7
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
+
8
15
---------------------
9
16
`0.1.1 `_ (2015-09-15)
10
17
---------------------
@@ -22,4 +29,5 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
22
29
23
30
24
31
.. _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):
17
17
18
18
setup (
19
19
name = 'django-templated-mail' ,
20
- version = '0.1.1 ' ,
20
+ version = '0.2.0 ' ,
21
21
packages = get_packages ('templated_mail' ),
22
22
license = 'MIT' ,
23
23
author = 'Sunscrapers' ,
You can’t perform that action at this time.
0 commit comments