Skip to content

Commit

Permalink
Update CHANGELOG and bump to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fle committed Oct 28, 2016
1 parent 98c5b8c commit 61d16a0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
12 changes: 11 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

0.5 (2016-10-28)
==================

- Django 1.10 compatibility

** Drop support **

- Django < 1.8 is no longer supported


0.4 (2016-04-10)
==================

Expand Down Expand Up @@ -36,4 +46,4 @@ CHANGELOG
0.1 (2014-04-07)
==================

- Initial release
- Initial release
10 changes: 3 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

setup(
name='django-multi-email-field',
version='0.4',
version='0.5',
author='Florent Lebreton',
author_email='[email protected]',
url='https://github.com/fle/django-multi-email-field',
download_url="https://github.com/fle/django-multi-email-field/tarball/0.4",
download_url="https://github.com/fle/django-multi-email-field/tarball/0.5",
description="Provides a model field and a form field to manage list of e-mails",
long_description=open(os.path.join(here, 'README.rst')).read() + '\n\n' +
open(os.path.join(here, 'CHANGES')).read(),
Expand All @@ -25,13 +25,9 @@
'Intended Audience :: Developers',
'Environment :: Web Environment',
'Framework :: Django',
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 2.7',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
Expand Down

0 comments on commit 61d16a0

Please sign in to comment.