We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d935981 commit 1939d04Copy full SHA for 1939d04
CHANGES
@@ -1,6 +1,10 @@
1
Changes
2
=======
3
4
+0.19.1 (2020-06-15)
5
+------------------
6
+- Fixes creating new user with iexact lookup
7
+
8
0.19.0 (2020-06-03)
9
------------------
10
setup.py
@@ -24,7 +24,7 @@ def read(*rnames):
24
25
setup(
26
name='djangosaml2',
27
- version='0.19.0',
+ version='0.19.1',
28
description='pysaml2 integration for Django',
29
long_description=read('README.rst'),
30
classifiers=[
0 commit comments