Skip to content

Commit 4513459

Browse files
committed
Release 1.6.2 hotfix
1 parent c3dc78d commit 4513459

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
## [Unreleased]
1818

19-
## [1.6.2] unrelease
19+
## [1.6.2] 2022-01-06
20+
21+
**NOTE: This release reverts an inadvertently-added breaking change.**
2022

2123
### Fixed
2224

oauth2_provider/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import django
22

33

4-
__version__ = "1.6.1"
4+
__version__ = "1.6.2"
55

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

0 commit comments

Comments
 (0)