Skip to content

Commit bcadd81

Browse files
committed
Release 1.1.1
Update CHANGELOG
1 parent aef63f8 commit bcadd81

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

+7
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+
`1.1.1`_ (2017-02-01)
10+
---------------------
11+
12+
* Bugfix: ``from_email`` does not fallback to ``DEFAULT_FROM_EMAIL``
13+
14+
815
---------------------
916
`1.1.0`_ (2017-01-29)
1017
---------------------

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = '1.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.1'
60+
release = '1.1.1'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

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='1.1.0',
20+
version='1.1.1',
2121
packages=get_packages('templated_mail'),
2222
license='MIT',
2323
author='Sunscrapers',

0 commit comments

Comments
 (0)