We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a05573 commit 5957f92Copy full SHA for 5957f92
CHANGES
@@ -1,5 +1,11 @@
1
Changes
2
=======
3
+0.16.2 (2017-09-08)
4
+-------------------
5
+- Added support for SHA-256 signing. Thanks to WebSpider.
6
+- Bugfixes. Thanks to justinsg and charn.
7
+- Error handling made more extensible. This will be further improved in next versions.
8
+
9
0.16.1 (2017-07-15)
10
-------------------
11
- Bugfixes. Thanks to canni, AmbientLighter, cranti and logston.
setup.py
@@ -23,7 +23,7 @@ def read(*rnames):
23
24
setup(
25
name='djangosaml2',
26
- version='0.16.1',
+ version='0.16.2',
27
description='pysaml2 integration for Django',
28
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
29
classifiers=[
0 commit comments