File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
__title__ = 'django-rest-authemail'
2
- __version__ = '1.10.1 '
2
+ __version__ = '1.10.2 '
3
3
__author__ = 'Celia Oakley'
4
4
__copyright__ = 'Copyright (c) 2014-2020 Celia Oakley'
5
5
__license__ = 'GPLv3'
Original file line number Diff line number Diff line change 1
1
# Use Django 2.1.1 rather than 2.1.0 per https://code.djangoproject.com/ticket/31098
2
2
Django >= 1.11.17 ,<= 2.1.1
3
- django-rest-authemail == 1.10.1
3
+ django-rest-authemail == 1.10.2
4
4
djangorestframework >= 3.7.1 ,<= 3.11.0
5
5
requests >= 2.3.0
6
6
#wsgiref>=0.1.2
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'django-rest-authemail' ,
13
- version = '1.10.1 ' ,
13
+ version = '1.10.2 ' ,
14
14
author = 'Celia Oakley' ,
15
15
author_email = 'celia.oakley@alumni.stanford.edu' ,
16
16
description = 'A RESTful API for user signup and authentication using email addresses' ,
22
22
'django-email-as-username'
23
23
],
24
24
url = 'http://github.com/celiao/django-rest-authemail' ,
25
- download_url = 'https://github.com/celiao/django-rest-authemail/tarball/1.10.1 ' ,
25
+ download_url = 'https://github.com/celiao/django-rest-authemail/tarball/1.10.2 ' ,
26
26
packages = ['authemail' ],
27
27
include_package_data = True ,
28
28
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments