More release changes (0.8.0)

This commit is contained in:
mario 2016-07-28 21:16:35 +02:00
parent 9df528f482
commit 18f8178ce6
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
django>=1.8.0
django-rest-auth==0.7.0
django-allauth==0.24.1
django-rest-auth==0.8.0
django-allauth>=0.24.1
six==1.9.0

View File

@ -4,6 +4,7 @@ Changelog
0.8.0
-----
- added support for django-rest-framework-jwt
- bugfixes
0.7.0
-----