Skip to content

Commit 081891c

Browse files
committed
v0.50.0
1 parent b533033 commit 081891c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes
22
=======
33

4+
0.50.0 (2020-10-15)
5+
-------------------
6+
- Discovery Service support
7+
48
0.40.1 (2020-09-08)
59
-------------------
610
- [BugFix] HTTP-REDIRECT Authn Requests with optional signature now works.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*rnames):
2424

2525
setup(
2626
name='djangosaml2',
27-
version='0.40.1',
27+
version='0.50.0',
2828
description='pysaml2 integration for Django',
2929
long_description=read('README.rst'),
3030
classifiers=[

0 commit comments

Comments
 (0)