Skip to content

Commit 667e70c

Browse files
committed
Update configs and changelog for version 0.8.2
1 parent a989de8 commit 667e70c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Diff for: demo/requirements.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
django>=1.8.0
2-
django-rest-auth==0.8.1
2+
django-rest-auth==0.8.2
33
djangorestframework==3.5.1
44
django-allauth>=0.24.1
55
six==1.9.0

Diff for: docs/changelog.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
Changelog
22
=========
33

4+
0.8.2
5+
-----
6+
- fixed allauth import error
7+
- added swagger docs to demo project
8+
9+
0.8.1
10+
-----
11+
- added support for django-allauth hmac email confirmation pattern
12+
413
0.8.0
514
-----
615
- added support for django-rest-framework-jwt
7-
- added support for django-allauth hmac email confirmation pattern
816
- bugfixes
917

1018
0.7.0

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='django-rest-auth',
21-
version='0.8.1',
21+
version='0.8.2',
2222
author='Sumit Chachra',
2323
author_email='[email protected]',
2424
url='http://github.com/Tivix/django-rest-auth',

0 commit comments

Comments
 (0)