Commit b5568e0 1 parent ca8c234 commit b5568e0 Copy full SHA for b5568e0
File tree 2 files changed +17
-3
lines changed
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ 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.0.0 `_ (2015-10-06)
10
+ ---------------------
11
+
12
+ * Breaking API: Update ``set_context_data `` to ``get_context_data ``
13
+ * Add basic documentation
14
+ * Add basic examples
15
+ * Update templates rendering to happen on send
16
+ * Update dependencies
17
+ * Remove Python 3.3 from supported versions
18
+
8
19
---------------------
9
20
`0.2.0 `_ (2015-09-22)
10
21
---------------------
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 = '0.2 .0' ,
20
+ version = '1.0 .0' ,
21
21
packages = get_packages ('templated_mail' ),
22
22
license = 'MIT' ,
23
23
author = 'Sunscrapers' ,
@@ -28,8 +28,11 @@ def get_packages(package):
28
28
include_package_data = True ,
29
29
url = 'https://github.com/sunscrapers/django-templated-mail' ,
30
30
classifiers = [
31
- 'Development Status :: 3 - Alpha' ,
32
- 'Framework :: Django' ,
31
+ 'Development Status :: 5 - Production/Stable' ,
32
+ 'Framework :: Django :: 1.8' ,
33
+ 'Framework :: Django :: 1.10' ,
34
+ 'Framework :: Django :: 1.11' ,
35
+ 'Framework :: Django :: 2.0' ,
33
36
'Intended Audience :: Developers' ,
34
37
'License :: OSI Approved :: MIT License' ,
35
38
'Operating System :: OS Independent' ,
You can’t perform that action at this time.
0 commit comments