-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update drf_social_oauth2 version to 2.2.1 (#226)
This commit updates the version of drf_social_oauth2 package in multiple files including `__init__.py` and `conf.py`. Also, the installation instruction in the documentation has been updated to reflect the new released version. Signed-off-by: wagnerdelima <[email protected]>
- Loading branch information
1 parent
1759067
commit fad0d67
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
and a ton more! | ||
""" | ||
|
||
__version__ = '2.2.0' | ||
__version__ = '2.2.1' | ||
|
||
try: | ||
from secrets import SystemRandom | ||
|