Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
Update versions and copyright year in docs
  • Loading branch information
pszpetkowski committed Jan 29, 2018
1 parent b11dcd3 commit ea1d09b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@

# General information about the project.
project = 'django-templated-mail'
copyright = '2017, Sunscrapers'
copyright = '2018, Sunscrapers'
author = 'Sunscrapers'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = '1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_packages(package):

setup(
name='django-templated-mail',
version='1.0.0',
version='1.1.0',
packages=get_packages('templated_mail'),
license='MIT',
author='Sunscrapers',
Expand All @@ -30,7 +30,6 @@ def get_packages(package):
classifiers=[
'Development Status :: 5 - Production/Stable',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Intended Audience :: Developers',
Expand Down

0 comments on commit ea1d09b

Please sign in to comment.