Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
Update CHANGELOG with 1.0 notes
Update trove classifiers
  • Loading branch information
pszpetkowski committed Oct 6, 2017
1 parent ca8c234 commit b5568e0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Change Log
This document records all notable changes to django-templated-mail.
This project adheres to `Semantic Versioning <http://semver.org/>`_.

---------------------
`1.0.0`_ (2015-10-06)
---------------------

* Breaking API: Update ``set_context_data`` to ``get_context_data``
* Add basic documentation
* Add basic examples
* Update templates rendering to happen on send
* Update dependencies
* Remove Python 3.3 from supported versions

---------------------
`0.2.0`_ (2015-09-22)
---------------------
Expand Down
9 changes: 6 additions & 3 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='0.2.0',
version='1.0.0',
packages=get_packages('templated_mail'),
license='MIT',
author='Sunscrapers',
Expand All @@ -28,8 +28,11 @@ def get_packages(package):
include_package_data=True,
url='https://github.com/sunscrapers/django-templated-mail',
classifiers=[
'Development Status :: 3 - Alpha',
'Framework :: Django',
'Development Status :: 5 - Production/Stable',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit b5568e0

Please sign in to comment.