Skip to content

Commit a316fa2

Browse files
committed
Merge branch 'master' of github.com:knaperek/djangosaml2 into master2
Update to 0.19.0
2 parents ed8ec99 + ef59c7c commit a316fa2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
0.19.0 (2020-05-x)
4+
0.19.0 (2020-06-03)
55
------------------
66

77
- Support several required fields during User creation

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
pytest
22
pytest-django
3+
pytest-cov
4+
codecov

setup.py

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

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

0 commit comments

Comments
 (0)