We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7265ad commit 37a095fCopy full SHA for 37a095f
CHANGES
@@ -1,6 +1,16 @@
1
Changes
2
=======
3
4
+v.1.0.5 (2021-03-05)
5
+--------------------
6
+- code linting, cleanup. Not enough but better than before
7
+- Documentation: Replace signal with hooks (#251)
8
+- Better saml_attribute handling in backend - more resilient
9
+- Add session_info to user auth failed template (#248)
10
+- Fix SAML_ACS_FAILURE_RESPONSE_FUNCTION override
11
+- Update Custom Error Handler docs
12
+
13
14
v.1.0.4 (2021-02-16)
15
--------------------
16
- fixed saml_attributes of zero length
setup.py
@@ -24,7 +24,7 @@ def read(*rnames):
24
25
setup(
26
name='djangosaml2',
27
- version='1.0.4',
+ version='1.0.5',
28
description='pysaml2 integration for Django',
29
long_description=read('README.rst'),
30
classifiers=[
0 commit comments