Skip to content

Commit 95313c1

Browse files
committed
Release 0.2.0
Update CHANGELOG
1 parent 94e226c commit 95313c1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Change Log
55
This document records all notable changes to django-templated-mail.
66
This 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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_packages(package):
1717

1818
setup(
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',

0 commit comments

Comments
 (0)