Skip to content

Commit 4b2dcf3

Browse files
committed
Release version 0.16.7
1 parent f1d1eb6 commit 4b2dcf3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Changes
22
=======
3-
0.16.6 (2017-09-18)
3+
0.16.7 (2017-09-18)
44
-------------------
55
- Bugfix release.
6+
- Added Django 1.11 to tox.
67

78
0.16.4 (2017-09-11)
89
-------------------

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

0 commit comments

Comments
 (0)