Skip to content

Commit 1939d04

Browse files
committed
v0.19.1
- Fixes creating new user with iexact lookup
1 parent d935981 commit 1939d04

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes
22
=======
33

4+
0.19.1 (2020-06-15)
5+
------------------
6+
- Fixes creating new user with iexact lookup
7+
48
0.19.0 (2020-06-03)
59
------------------
610

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*rnames):
2424

2525
setup(
2626
name='djangosaml2',
27-
version='0.19.0',
27+
version='0.19.1',
2828
description='pysaml2 integration for Django',
2929
long_description=read('README.rst'),
3030
classifiers=[

0 commit comments

Comments
 (0)