We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1646fb commit ebb3f8fCopy full SHA for ebb3f8f
CHANGELOG.md
@@ -14,16 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
### Security
15
-->
16
17
-## [unreleased]
18
-### Added
19
-### Changed
20
-### Deprecated
21
-### Removed
+## [3.0.1] - 2024-09-07
22
### Fixed
23
* #1491 Fix migration error when there are pre-existing Access Tokens.
24
25
-### Security
26
-
27
## [3.0.0] - 2024-09-05
28
29
### WARNING - POTENTIAL BREAKING CHANGES
oauth2_provider/__init__.py
@@ -1 +1 @@
1
-__version__ = "3.0.0"
+__version__ = "3.0.1"
0 commit comments