Skip to content

Commit a62195b

Browse files
authored
Missed updating master branch version to 1.7.1 (#1133)
1 parent 56c8c66 commit a62195b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import django
22

33

4-
__version__ = "1.7.0"
4+
__version__ = "1.7.1"
55

66
if django.VERSION < (3, 2):
77
default_app_config = "oauth2_provider.apps.DOTConfig"

0 commit comments

Comments
 (0)