Skip to content

Commit dd3f2ec

Browse files
committed
Release version 0.16.10
1 parent c11efbe commit dd3f2ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changes
22
=======
3+
0.16.10 (2017-10-02)
4+
-------------------
5+
- Bugfixes and internal refactorings.
6+
- Added support for custom USERNAME_FIELD on custom User models. Many thanks to francoisfreitag.
7+
38
0.16.9 (2017-09-19)
49
-------------------
510
- Bugfixes and minor improvements. Thanks to goetzk and AmbientLighter.

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

0 commit comments

Comments
 (0)