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 58b65bf commit 3b40102Copy full SHA for 3b40102
oauth2_provider/__init__.py
@@ -1,7 +1,7 @@
1
import django
2
3
4
-__version__ = "2.0.3"
+__version__ = "2.0.0"
5
6
if django.VERSION < (3, 2):
7
default_app_config = "oauth2_provider.apps.DOTConfig"
0 commit comments