Commit bcadd81 1 parent aef63f8 commit bcadd81 Copy full SHA for bcadd81
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ Change Log
5
5
This document records all notable changes to django-templated-mail.
6
6
This project adheres to `Semantic Versioning <http://semver.org/ >`_.
7
7
8
+ ---------------------
9
+ `1.1.1 `_ (2017-02-01)
10
+ ---------------------
11
+
12
+ * Bugfix: ``from_email `` does not fallback to ``DEFAULT_FROM_EMAIL ``
13
+
14
+
8
15
---------------------
9
16
`1.1.0 `_ (2017-01-29)
10
17
---------------------
Original file line number Diff line number Diff line change 57
57
# The short X.Y version.
58
58
version = '1.1'
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '1.1'
60
+ release = '1.1.1 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def get_packages(package):
17
17
18
18
setup (
19
19
name = 'django-templated-mail' ,
20
- version = '1.1.0 ' ,
20
+ version = '1.1.1 ' ,
21
21
packages = get_packages ('templated_mail' ),
22
22
license = 'MIT' ,
23
23
author = 'Sunscrapers' ,
You can’t perform that action at this time.
0 commit comments