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 8a6f8ae commit c9fc20fCopy full SHA for c9fc20f
.travis.yml
@@ -26,7 +26,7 @@ install:
26
scripts: echo no-tests
27
deploy:
28
provider: pypi
29
- server: https://index.pydist.com/simple/
+ server: https://index.pydist.com/
30
user: packages
31
password: yD0Ly86v1DEVvieO08v4Dp0pVOp7wtzO
32
skip_existing: true
setup.py
@@ -16,7 +16,7 @@
16
setup(
17
name='django_saml2_auth',
18
19
- version='2.3.6',
+ version='2.3.7',
20
21
description='Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta',
22
long_description=long_description,
0 commit comments