Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pszpetkowski committed Sep 15, 2017
1 parent b6f649b commit 6187bdd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ Change Log
This document records all notable changes to django-templated-mail.
This project adheres to `Semantic Versioning <http://semver.org/>`_.

---------------------
`0.1.1`_ (2015-09-15)
---------------------

* Bugfix: Issue with template nodes requiring template to be bound to context
* Bugfix: Issue with whitespaces around content blocks

---------------------
`0.1.0`_ (2015-09-15)
---------------------

Expand All @@ -14,4 +21,5 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
`README <https://github.com/sunscrapers/django-templated-mail/blob/0.1.0/README.rst>`_.


.. _0.1.0: https://github.com/sunscrapers/django-templated-mail/compare/3bc71b3...master
.. _0.1.0: https://github.com/sunscrapers/django-templated-mail/compare/3bc71b3...0.1.0
.. _0.1.1: https://github.com/sunscrapers/django-templated-mail/compare/0.1.0...0.1.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_packages(package):

setup(
name='django-templated-mail',
version='0.1.0',
version='0.1.1',
packages=get_packages('templated_mail'),
license='MIT',
author='Sunscrapers',
Expand Down

0 comments on commit 6187bdd

Please sign in to comment.