Skip to content

Commit

Permalink
Update drf_social_oauth2 version to 2.2.1
Browse files Browse the repository at this point in the history
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 <waglds@gmail.com>
  • Loading branch information
wagnerdelima committed Jun 7, 2024
1 parent 1759067 commit a79dea6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
project = 'drf-social-oauth2'
copyright = '2023, Wagner de Lima'
author = 'Wagner de Lima'
release = '2.2.0'
release = '2.2.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This framework is published at the PyPI, install it with pip:

.. code-block:: console
$ pip install drf_social_oauth2==2.2.0
$ pip install drf_social_oauth2==2.2.1
To enable OAuth2 social authentication support for your Django REST Framework application, you need to install
Expand Down
2 changes: 1 addition & 1 deletion drf_social_oauth2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
and a ton more!
"""

__version__ = '2.2.0'
__version__ = '2.2.1'

try:
from secrets import SystemRandom
Expand Down

0 comments on commit a79dea6

Please sign in to comment.