Skip to content

Commit 6187bdd

Browse files
author
Piotr Szpetkowski
committed
Release 0.1.1
1 parent b6f649b commit 6187bdd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ 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.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

setup.py

Lines changed: 1 addition & 1 deletion
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.0',
20+
version='0.1.1',
2121
packages=get_packages('templated_mail'),
2222
license='MIT',
2323
author='Sunscrapers',

0 commit comments

Comments
 (0)