Skip to content

Commit 5d53d24

Browse files
authored
Release 1.5.0 (#947)
Added all co-authors of the OIDC PR to AUTHORS and sorted alphabetically.
1 parent 592398c commit 5d53d24

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

AUTHORS

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,43 @@ 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
45-
Rustem Saiargaliev
49+
pySilver
50+
Łukasz Skarżyński

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ 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

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

2427
### Changed
2528
* #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)