Skip to content

Commit 37a095f

Browse files
committed
v1.0.5
1 parent c7265ad commit 37a095f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES

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

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+
414
v.1.0.4 (2021-02-16)
515
--------------------
616
- fixed saml_attributes of zero length

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='1.0.4',
27+
version='1.0.5',
2828
description='pysaml2 integration for Django',
2929
long_description=read('README.rst'),
3030
classifiers=[

0 commit comments

Comments
 (0)