Skip to content

Commit 4ac0ecd

Browse files
authored
Bump version: 1.5.0 → 1.6.0 (#1042)
1 parent 2980117 commit 4ac0ecd

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.5.0"
4+
__version__ = "1.6.0"
55

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

0 commit comments

Comments
 (0)