Skip to content

Commit

Permalink
Bump version to v4.1.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Feb 22, 2020
1 parent bcd83b7 commit 88b4530
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -435,6 +435,12 @@ Settings

When `False` will not log social auth authentication exceptions.

- `SOCIAL_AUTH_STRATEGY`

Default: `'rest_social_auth.strategy.DRFStrategy'`

Override [strategy](https://python-social-auth.readthedocs.io/en/latest/strategies.html) for python-social-auth.


Customization
-------------
Expand Down Expand Up @@ -544,3 +550,4 @@ Contributors
- Jeffrey de Lange, [jgadelange](https://github.com/jgadelange)
- John Vandenberg, [jayvdb](https://github.com/jayvdb)
- Anton_Datsik, [AntonDatsik](https://github.com/AntonDatsik)
- Netizen29, [Netizen29](https://github.com/Netizen29)
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
@@ -1,6 +1,10 @@
rest_social_auth release notes
==============================

v4.1.0
------
- Allow to specify custom strategy for python-social-auth

v4.0.0
------
- Update supported version of django-rest-knox (>=4.0.0, <5.0.0). v4 has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion rest_social_auth/__init__.py
@@ -1,2 +1,2 @@
__author__ = 'st4lk'
__version__ = '4.0.0'
__version__ = '4.1.0'

0 comments on commit 88b4530

Please sign in to comment.