Skip to content

Commit

Permalink
Bump version to v8.0.8 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Nov 19, 2022
1 parent 647380b commit 2c7ca48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
@@ -1,13 +1,14 @@
rest_social_auth release notes
==============================

master
v8.0.0
------
- Drop support of Python 3.6
- Drop support of Django 3.0, 3.1
- Add support of Django 4.1
- Add support of Python 3.10
- Allow customized implementations of djangorestframework-simplejwt token class
- Add `REST_SOCIAL_VERBOSE_ERRORS` setting

v7.0.0
------
Expand Down
2 changes: 1 addition & 1 deletion rest_social_auth/__init__.py
@@ -1,2 +1,2 @@
__author__ = 'st4lk'
__version__ = '7.0.0'
__version__ = '8.0.0'

0 comments on commit 2c7ca48

Please sign in to comment.