We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbe368 commit bf97068Copy full SHA for bf97068
oauth2_provider/__init__.py
@@ -1,7 +1,7 @@
1
import django
2
3
4
-__version__ = "1.7.0"
+__version__ = "1.7.1"
5
6
if django.VERSION < (3, 2):
7
default_app_config = "oauth2_provider.apps.DOTConfig"
0 commit comments