Skip to content

Commit 5957f92

Browse files
committed
Release 0.16.2
1 parent 4a05573 commit 5957f92

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changes
22
=======
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+
39
0.16.1 (2017-07-15)
410
-------------------
511
- Bugfixes. Thanks to canni, AmbientLighter, cranti and logston.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(*rnames):
2323

2424
setup(
2525
name='djangosaml2',
26-
version='0.16.1',
26+
version='0.16.2',
2727
description='pysaml2 integration for Django',
2828
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
2929
classifiers=[

0 commit comments

Comments
 (0)