This commit is contained in:
juanifioren 2015-12-04 14:05:51 -03:00
commit 54070f4a77
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
### [Unreleased]
### [0.2.2] - 2015-12-03
##### Added
- Make user and client unique on UserConsent model.
- Support for URL's without end slash.

View file

@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-oidc-provider',
version='0.2.1',
version='0.2.2',
packages=[
'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints',
'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/tests/app',