Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
Update CHANGELOG
  • Loading branch information
pszpetkowski committed Feb 1, 2018
1 parent aef63f8 commit bcadd81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Change Log
This document records all notable changes to django-templated-mail.
This project adheres to `Semantic Versioning <http://semver.org/>`_.

---------------------
`1.1.1`_ (2017-02-01)
---------------------

* Bugfix: ``from_email`` does not fallback to ``DEFAULT_FROM_EMAIL``


---------------------
`1.1.0`_ (2017-01-29)
---------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1'
release = '1.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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='1.1.0',
version='1.1.1',
packages=get_packages('templated_mail'),
license='MIT',
author='Sunscrapers',
Expand Down

0 comments on commit bcadd81

Please sign in to comment.