Skip to content

Commit

Permalink
CSC-3032 Django 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
smihaylishin-sugarcrm committed Jan 26, 2022
1 parent 2482660 commit 80bdb0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oauth2client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""Client library for using OAuth2, especially with Google APIs."""

__version__ = '4.1.6'
__version__ = '4.1.7'

GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
GOOGLE_DEVICE_URI = 'https://oauth2.googleapis.com/device/code'
Expand Down
2 changes: 1 addition & 1 deletion oauth2client/contrib/django_util/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@

class GoogleOAuth2HelperConfig(AppConfig):
""" App Config for Django Helper"""
name = 'oauth2client.django_util'
name = 'oauth2client.contrib.django_util'
verbose_name = "Google OAuth2 Django Helper"

0 comments on commit 80bdb0b

Please sign in to comment.