Skip to content

Commit

Permalink
🔖 Update version to 2.3.0 in project files (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerdelima authored Jun 23, 2024
1 parent 02d3646 commit ad1587d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
from sphinx.builders.html import StandaloneHTMLBuilder

project = 'drf-social-oauth2'
copyright = '2023, Wagner de Lima'
copyright = '2024, Wagner de Lima'
author = 'Wagner de Lima'
release = '2.2.1'
release = '2.3.0'

# -- 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.1
$ pip install drf_social_oauth2==2.3.0
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.1'
__version__ = '2.3.0'

try:
from secrets import SystemRandom
Expand Down

0 comments on commit ad1587d

Please sign in to comment.