Skip to content

Commit 46f9b83

Browse files
committed
Release version 0.18.1
1 parent 9b57174 commit 46f9b83

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changes
22
=======
3+
0.18.1 (2020-02-15)
4+
----------
5+
- Fixed regression from 0.18.0. Thanks to OskarPersson
6+
37
0.18.0 (2020-02-14)
48
----------
59
- Django 3.0 support. Thanks to OskarPersson

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def read(*rnames):
3131

3232
setup(
3333
name='djangosaml2',
34-
version='0.18.0',
34+
version='0.18.1',
3535
description='pysaml2 integration for Django',
3636
long_description=read('README.rst'),
3737
classifiers=[

0 commit comments

Comments
 (0)