Commit ea1d09b 1 parent b11dcd3 commit ea1d09b Copy full SHA for ea1d09b
File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 47
47
48
48
# General information about the project.
49
49
project = 'django-templated-mail'
50
- copyright = '2017 , Sunscrapers'
50
+ copyright = '2018 , Sunscrapers'
51
51
author = 'Sunscrapers'
52
52
53
53
# The version info for the project you're documenting, acts as replacement for
54
54
# |version| and |release|, also used in various other places throughout the
55
55
# built documents.
56
56
#
57
57
# The short X.Y version.
58
- version = '1.0 '
58
+ version = '1.1 '
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '1.0 '
60
+ release = '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.0 .0' ,
20
+ version = '1.1 .0' ,
21
21
packages = get_packages ('templated_mail' ),
22
22
license = 'MIT' ,
23
23
author = 'Sunscrapers' ,
@@ -30,7 +30,6 @@ def get_packages(package):
30
30
classifiers = [
31
31
'Development Status :: 5 - Production/Stable' ,
32
32
'Framework :: Django :: 1.8' ,
33
- 'Framework :: Django :: 1.10' ,
34
33
'Framework :: Django :: 1.11' ,
35
34
'Framework :: Django :: 2.0' ,
36
35
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments