We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b57174 commit 46f9b83Copy full SHA for 46f9b83
CHANGES
@@ -1,5 +1,9 @@
1
Changes
2
=======
3
+0.18.1 (2020-02-15)
4
+----------
5
+- Fixed regression from 0.18.0. Thanks to OskarPersson
6
+
7
0.18.0 (2020-02-14)
8
----------
9
- Django 3.0 support. Thanks to OskarPersson
setup.py
@@ -31,7 +31,7 @@ def read(*rnames):
31
32
setup(
33
name='djangosaml2',
34
- version='0.18.0',
+ version='0.18.1',
35
description='pysaml2 integration for Django',
36
long_description=read('README.rst'),
37
classifiers=[
0 commit comments