Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from advisory/feature/bump-version
Browse files Browse the repository at this point in the history
Added CHANGES and bumped version to 0.22.0
  • Loading branch information
pjonnala-eab authored Aug 29, 2016
2 parents 090c679 + 7c9cf6d commit 6da2229
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@ Changes
},
...
})

0.22.0 (2016-08-29)
- Removed the logic of loading metadata from database model tenant.Member. Projects using this app can specify
their own config loader using the SAML_CONFIG_LOADER setting. This change provides more flexibility in-terms
of loading config from any data-source.
- Also, removed the caching of service provider config objects as per the same logic as above. Individual
projects using this app can use their own config loader which handles caching scenarios.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*rnames):

setup(
name='djangosaml2_tenant',
version='0.20.1',
version='0.22.0',
description='pysaml2 integration for multi-tenant in Django',
long_description='\n\n'.join([read('README'), read('CHANGES')]),
classifiers=[
Expand Down

0 comments on commit 6da2229

Please sign in to comment.