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,7 +5,14 @@ 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.1.1 `_ (2015-09-15)
10+ ---------------------
811
12+ * Bugfix: Issue with template nodes requiring template to be bound to context
13+ * Bugfix: Issue with whitespaces around content blocks
14+
15+ ---------------------
916`0.1.0 `_ (2015-09-15)
1017---------------------
1118
@@ -14,4 +21,5 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
1421 `README <https://github.com/sunscrapers/django-templated-mail/blob/0.1.0/README.rst >`_.
1522
1623
17- .. _0.1.0 : https://github.com/sunscrapers/django-templated-mail/compare/3bc71b3...master
24+ .. _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
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.0 ' ,
20+ version = '0.1.1 ' ,
2121 packages = get_packages ('templated_mail' ),
2222 license = 'MIT' ,
2323 author = 'Sunscrapers' ,
You can’t perform that action at this time.
0 commit comments