We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3dc78d commit 4513459Copy full SHA for 4513459
CHANGELOG.md
@@ -16,7 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
17
## [Unreleased]
18
19
-## [1.6.2] unrelease
+## [1.6.2] 2022-01-06
20
+
21
+**NOTE: This release reverts an inadvertently-added breaking change.**
22
23
### Fixed
24
oauth2_provider/__init__.py
@@ -1,7 +1,7 @@
1
import django
2
3
4
-__version__ = "1.6.1"
+__version__ = "1.6.2"
5
6
if django.VERSION < (3, 2):
7
default_app_config = "oauth2_provider.apps.DOTConfig"
0 commit comments