Skip to content

Commit

Permalink
Merged PRs and did some cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
fang.li committed Mar 14, 2018
1 parent 7006891 commit 3f7be23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.rst
Expand Up @@ -25,3 +25,5 @@ Contributors
- `Terry <https://github.com/tpeng>`_
- `Tim Pierce <https://github.com/qwrrty/>`_ (Adobe Systems)
- `Tonymke <https://github.com/tonymke/>`_
- `pintor <https://github.com/pintor>`_
- `BaconAndEggs <https://github.com/BaconAndEggs>`_
4 changes: 3 additions & 1 deletion README.rst
Expand Up @@ -3,7 +3,7 @@ Django SAML2 Authentication Made Easy
=====================================

:Author: Fang Li
:Version: Use 1.1.4 for Django <=1.9 and 2.x.x for Django >= 1.8
:Version: Use 1.1.4 for Django <=1.9 and 2.x.x for Django >= 1.9

.. image:: https://img.shields.io/pypi/pyversions/django-saml2-auth.svg
:target: https://pypi.python.org/pypi/django-saml2-auth
Expand Down Expand Up @@ -250,6 +250,8 @@ How to Contribute
Release Log
===========

2.2.0: ADFS SAML compatibility and fixed some issue for Django2.0

2.1.2: Merged #35

2.1.1: Added ASSERTION_URL in settings.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@
setup(
name='django_saml2_auth',

version='2.1.2',
version='2.2.0',

description='Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta',
long_description=long_description,
Expand Down

0 comments on commit 3f7be23

Please sign in to comment.