Skip to content

Commit

Permalink
Bump version to v8.1.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Jun 13, 2023
1 parent 1635f50 commit ba02233
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
@@ -1,6 +1,11 @@
rest_social_auth release notes
==============================

v8.1.0
------
- Add support of Django 4.2
- Add support of Python 3.11

v8.0.0
------
- Drop support of Python 3.6
Expand Down
2 changes: 1 addition & 1 deletion rest_social_auth/__init__.py
@@ -1,2 +1,2 @@
__author__ = 'st4lk'
__version__ = '8.0.0'
__version__ = '8.1.0'

0 comments on commit ba02233

Please sign in to comment.