Skip to content

Commit f54a75e

Browse files
committed
Release 0.16.4
1 parent 82d7c9b commit f54a75e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Changes
22
=======
3-
0.16.2 (2017-09-08)
3+
0.16.4 (2017-09-11)
44
-------------------
55
- Added support for SHA-256 signing. Thanks to WebSpider.
66
- Bugfixes. Thanks to justinsg and charn.

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.2',
26+
version='0.16.4',
2727
description='pysaml2 integration for Django',
2828
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
2929
classifiers=[

0 commit comments

Comments
 (0)