Skip to content

Commit ea1d09b

Browse files
committed
Release 1.1.0
Update versions and copyright year in docs
1 parent b11dcd3 commit ea1d09b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/source/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@
4747

4848
# General information about the project.
4949
project = 'django-templated-mail'
50-
copyright = '2017, Sunscrapers'
50+
copyright = '2018, Sunscrapers'
5151
author = 'Sunscrapers'
5252

5353
# The version info for the project you're documenting, acts as replacement for
5454
# |version| and |release|, also used in various other places throughout the
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '1.0'
58+
version = '1.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.0'
60+
release = '1.1'
6161

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

setup.py

+1-2
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.0.0',
20+
version='1.1.0',
2121
packages=get_packages('templated_mail'),
2222
license='MIT',
2323
author='Sunscrapers',
@@ -30,7 +30,6 @@ def get_packages(package):
3030
classifiers=[
3131
'Development Status :: 5 - Production/Stable',
3232
'Framework :: Django :: 1.8',
33-
'Framework :: Django :: 1.10',
3433
'Framework :: Django :: 1.11',
3534
'Framework :: Django :: 2.0',
3635
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)