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 2555156 commit 64c1ecfCopy full SHA for 64c1ecf
CHANGELOG.md
@@ -16,14 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
17
## [unreleased]
18
19
-### Removed
20
-* Remove support for Python 3.5
21
-
22
## [1.4.1]
23
24
### Changed
25
* #925 OAuth2TokenMiddleware converted to new style middleware, and no longer extends MiddlewareMixin.
26
+### Removed
+* #936 Remove support for Python 3.5
+
27
## [1.4.0] 2021-02-08
28
29
### Added
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = django-oauth-toolkit
3
-version = 1.4.0
+version = 1.4.1
4
description = OAuth2 Provider for Django
5
long_description = file: README.rst
6
long_description_content_type = text/x-rst
0 commit comments