Skip to content

Commit

Permalink
fixed minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
fang.li committed Apr 12, 2016
1 parent f529cb1 commit 2539190
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Django SAML2 Authentication Made Easy
=====================================

:Author: Fang Li
:Version: 1.0.1b1
:Version: 1.0.2b1

.. image:: https://api.travis-ci.org/fangli/django_saml2_auth.png?branch=master
:target: https://travis-ci.org/fangli/django_saml2_auth
.. image:: https://img.shields.io/pypi/pyversions/django-saml2-auth.svg
:target: https://pypi.python.org/pypi/django-saml2-auth

.. image:: https://img.shields.io/pypi/v/django_saml2_auth.svg
:target: https://pypi.python.org/pypi/django_saml2_auth
.. image:: https://img.shields.io/pypi/v/django-saml2-auth.svg
:target: https://pypi.python.org/pypi/django-saml2-auth

.. image:: https://img.shields.io/pypi/dm/django_saml2_auth.svg
:target: https://pypi.python.org/pypi/django_saml2_auth
.. image:: https://img.shields.io/pypi/dm/django-saml2-auth.svg
:target: https://pypi.python.org/pypi/django-saml2-auth

This project aim to provide a dead simple way to integrate your Django powered app with SAML2 Authentication.
Try it now, and get rid of the complicated configuration of saml.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
setup(
name='django_saml2_auth',

version='1.0.1b1',
version='1.0.2b1',

description='Django SAML2 Authentication Made Easy, integrate with SAML2 SSO such as Okta easily',
long_description=long_description,

url='https://github.com/fangli/django_saml2_auth',
url='https://github.com/fangli/django-saml2-auth',

author='Fang Li',
author_email='surivlee+djsaml2auth@gmail.com',
Expand Down

0 comments on commit 2539190

Please sign in to comment.