Skip to content

Commit 37640ee

Browse files
authored
Release 1.4.0 (#921)
1 parent e1760df commit 37640ee

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Hiroki Kiyohara
2525
Jens Timmerman
2626
Jerome Leclanche
2727
Jim Graham
28+
Jonathan Steffan
2829
Paul Oswald
2930
Pavel Tvrdík
3031
pySilver

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
## [unreleased]
1818

19-
* #898 Added the ability to customize classes for django admin
20-
* #903 Disable `redirect_uri` field length limit for `AbstractGrant`
21-
* #690 Added pt-PT translations to HTML templates. This enables adding additional translations.
19+
## [1.4.0] 2021-02-08
2220

2321
### Added
22+
* #917 Documentation improvement for Access Token expiration.
23+
* #916 (for DOT contributors) Added `tox -e livedocs` which launches a local web server on `locahost:8000`
24+
to display Sphinx documentation with live updates as you edit.
25+
* #891 (for DOT contributors) Added [details](https://django-oauth-toolkit.readthedocs.io/en/latest/contributing.html)
26+
on how best to contribute to this project.
2427
* #884 Added support for Python 3.9
28+
* #898 Added the ability to customize classes for django admin
29+
* #690 Added pt-PT translations to HTML templates. This enables adding additional translations.
2530

2631
### Fixed
27-
* made token revocation not apply a limit to the `select_for_update` statement #866
32+
* #906 Made token revocation not apply a limit to the `select_for_update` statement (impacts Oracle 12c database).
33+
* #903 Disable `redirect_uri` field length limit for `AbstractGrant`
2834

2935
## [1.3.3] 2020-10-16
3036

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-oauth-toolkit
3-
version = 1.3.3
3+
version = 1.4.0
44
description = OAuth2 Provider for Django
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)