File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,18 @@ Features
19
19
- Token authentication.
20
20
- User models in the admin interface include inlines for signup and password reset codes.
21
21
- An example project is included and contains example UI templates.
22
- - Version ` 2.0.0 ` and above (in progress)
22
+ - Version > ` 2.0.0 ` (in progress)
23
23
- Supports and tested with Python 3.6, 3.7, and 3.8.
24
24
- Supports and tested with Django 2.2.8, 3.0, and 3.1.
25
25
- Supports and tested with Django REST Framework 3.11.0.
26
+ - Version ` 2.0.0 `
27
+ - Supports and tested with Python 3.6 and 3.7.
28
+ - Supports and tested with Django 2.2.8.
29
+ - Supports and tested with Django REST Framework 3.11.0.
26
30
- Version ` 1.10.2 `
27
31
- Supports and tested with Python 3.6 and 3.7.
28
- - Supports and tested with Django 1.11.17, 2.0, and 2.1.
29
- - Supports and tested with Django REST Framework 3.7.1 through 3.11.0.
32
+ - Supports and tested with Django 1.11.17, 2.0, and 2.1.1.
33
+ - Supports and tested with Django REST Framework 3.7.1 and 3.11.0.
30
34
31
35
32
36
Installation
Original file line number Diff line number Diff line change 1
1
__title__ = 'django-rest-authemail'
2
- __version__ = '1.10.2 '
2
+ __version__ = '2.0.0 '
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
Django == 2.2.8
2
- django-rest-authemail == 1.10.2
2
+ django-rest-authemail == 2.0.0
3
3
djangorestframework == 3.11.0
4
4
requests >= 2.3.0
5
- #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.2 ' ,
13
+ version = '2.0.0 ' ,
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.2 ' ,
25
+ download_url = 'https://github.com/celiao/django-rest-authemail/tarball/2.0.0 ' ,
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