From 5b20527b612dfc4bd0fd085e6a98bfbf9e6a56f8 Mon Sep 17 00:00:00 2001 From: Alan Crosswell Date: Sun, 27 Mar 2022 07:58:16 -0400 Subject: [PATCH] Missed updating master branch version to 1.7.1 --- oauth2_provider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2_provider/__init__.py b/oauth2_provider/__init__.py index 805f886e8..9024b6f63 100644 --- a/oauth2_provider/__init__.py +++ b/oauth2_provider/__init__.py @@ -1,7 +1,7 @@ import django -__version__ = "1.7.0" +__version__ = "1.7.1" if django.VERSION < (3, 2): default_app_config = "oauth2_provider.apps.DOTConfig"