Skip to content

Commit 921cef6

Browse files
authored
Merge branch 'master' into fix-issue-524
2 parents 39937a7 + 5d53d24 commit 921cef6

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

AUTHORS

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,39 +8,45 @@ Contributors
88
============
99

1010
Abhishek Patel
11-
Alessandro De Angelis
12-
Aleksander Vaskevich
1311
Alan Crosswell
12+
Aleksander Vaskevich
13+
Alessandro De Angelis
14+
Allisson Azevedo
1415
Anvesh Agarwal
16+
Aristóbulo Meneses
1517
Aryan Iyappan
16-
Asif Saif Uddin
1718
Ash Christopher
18-
Aristóbulo Meneses
19+
Asif Saif Uddin
1920
Bart Merenda
2021
Bas van Oostveen
22+
Dave Burkholder
2123
David Fischer
24+
David Smith
2225
Diego Garcia
26+
Dulmandakh Sukhbaatar
27+
Dylan Giesler
2328
Emanuele Palazzetti
2429
Federico Dolce
30+
Frederico Vieira
2531
Hiroki Kiyohara
2632
Jens Timmerman
2733
Jerome Leclanche
2834
Jim Graham
2935
Jonathan Steffan
36+
Jun Zhou
37+
Kristian Rune Larsen
3038
Paul Oswald
3139
Pavel Tvrdík
32-
pySilver
3340
Rodney Richardson
41+
Rustem Saiargaliev
3442
Sandro Rodrigues
43+
Shaun Stanworth
3544
Silvano Cerza
45+
Spencer Carroll
3646
Stéphane Raimbault
37-
Jun Zhou
38-
David Smith
39-
Łukasz Skarżyński
4047
Tom Evans
41-
Dylan Giesler
42-
Spencer Carroll
43-
Dulmandakh Sukhbaatar
4448
Will Beaufoy
4549
Rustem Saiargaliev
4650
Jadiel Teófilo
51+
pySilver
52+
Łukasz Skarżyński

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Security
1515
-->
1616

17-
## [unreleased]
17+
## [1.5.0] 2021-03-18
1818

1919
### Added
2020
* #915 Add optional OpenID Connect support.
2121
### Fixed
2222
* #524 Restrict usage of timezone aware expire dates to Django projects with USE_TZ set to True.
2323

24-
## [1.4.1]
24+
### Changed
25+
* #942 Help via defunct Google group replaced with using GitHub issues
26+
27+
## [1.4.1] 2021-03-12
2528

2629
### Changed
2730
* #925 OAuth2TokenMiddleware converted to new style middleware, and no longer extends MiddlewareMixin.

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.4.1
3+
version = 1.5.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)