Skip to content

Commit 39031e5

Browse files
committed
prepare for 1.4.0 release
1 parent b9083eb commit 39031e5

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
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: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,22 @@ 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`
19+
20+
## [1.4.0] 2021-02-xx
2121

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

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

2836
## [1.3.3] 2020-10-16
2937

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.3.4
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)