Skip to content

Commit

Permalink
Update configs and changelog for version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-kht committed Nov 1, 2016
1 parent a989de8 commit 667e70c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/requirements.pip
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
django>=1.8.0
django-rest-auth==0.8.1
django-rest-auth==0.8.2
djangorestframework==3.5.1
django-allauth>=0.24.1
six==1.9.0
Expand Down
10 changes: 9 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Changelog
=========

0.8.2
-----
- fixed allauth import error
- added swagger docs to demo project

0.8.1
-----
- added support for django-allauth hmac email confirmation pattern

0.8.0
-----
- added support for django-rest-framework-jwt
- added support for django-allauth hmac email confirmation pattern
- bugfixes

0.7.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='django-rest-auth',
version='0.8.1',
version='0.8.2',
author='Sumit Chachra',
author_email='[email protected]',
url='http://github.com/Tivix/django-rest-auth',
Expand Down

0 comments on commit 667e70c

Please sign in to comment.