Skip to content

Commit

Permalink
Bump version to v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Nov 29, 2021
1 parent b0790a8 commit 5a4bc9a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -14,10 +14,10 @@ Requirements
-----------

- python (3.6, 3.7, 3.8, 3.9)
- django (2.2, 3.0, 3.1)
- django (2.2, 3.0, 3.1, 3.2)
- djangorestframework (>=3.9, <4.0)
- social-auth-core (>=4.0, <5.0)
- social-auth-app-django (>=4.0, <5.0)
- social-auth-app-django (>=5.0, <6.0)
- [optional] djangorestframework-simplejwt (>=4.4.0)
- [optional] django-rest-knox (>=4.0.0, <5.0.0)

Expand Down Expand Up @@ -550,3 +550,4 @@ Thanks to all contributors!
- Harsh Patel, [eelectronn](https://github.com/eelectronn)
- Devid, [sevdog](https://github.com/sevdog)
- Anton Yakovlev, [sputnik5459](https://github.com/sputnik5459)
- Olivér Kecskeméty, [KOliver94](https://github.com/KOliver94)
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
@@ -1,6 +1,12 @@
rest_social_auth release notes
==============================

v7.0.0
------
- Add support of social-auth-app-django==5.x
- Add support of Django 3.2
- Drop support of social-auth-app-django<5.0

v6.0.1
------
- Fix processing error from social provider #144
Expand Down
2 changes: 1 addition & 1 deletion rest_social_auth/__init__.py
@@ -1,2 +1,2 @@
__author__ = 'st4lk'
__version__ = '6.0.1'
__version__ = '7.0.0'

0 comments on commit 5a4bc9a

Please sign in to comment.