Skip to content

Commit 0620397

Browse files
committed
Update to version 1.10.0
1 parent 23cebfa commit 0620397

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

authemail/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'django-rest-authemail'
2-
__version__ = '1.9.1'
2+
__version__ = '1.10.0'
33
__author__ = 'Celia Oakley'
44
__copyright__ = 'Copyright (c) 2014-2020 Celia Oakley'
55
__license__ = 'GPLv3'

example_project/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use Django 2.1.1 rather than 2.1.0 per https://code.djangoproject.com/ticket/31098
22
Django>=1.11.17,<=2.1.1
3-
django-rest-authemail==1.9.1
3+
django-rest-authemail==1.10.0
44
djangorestframework>=3.7.1,<=3.11.0
55
requests>=2.3.0
66
#wsgiref>=0.1.2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='django-rest-authemail',
13-
version='1.9.1',
13+
version='1.10.0',
1414
author='Celia Oakley',
1515
author_email='celia.oakley@alumni.stanford.edu',
1616
description='A RESTful API for user signup and authentication using email addresses',
@@ -22,7 +22,7 @@
2222
'django-email-as-username'
2323
],
2424
url='http://github.com/celiao/django-rest-authemail',
25-
download_url='https://github.com/celiao/django-rest-authemail/tarball/1.9.1',
25+
download_url='https://github.com/celiao/django-rest-authemail/tarball/1.10.0',
2626
packages=['authemail'],
2727
include_package_data=True,
2828
long_description=long_description,

0 commit comments

Comments
 (0)