diff --git a/CHANGELOG.md b/CHANGELOG.md index 4366977..25dd2bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ### [Unreleased] -### [0.2.2] - 2015-12-03 +### [0.2.3] - 2016-01-06 ##### Added - Make user and client unique on UserConsent model. diff --git a/setup.py b/setup.py index 3f719df..ca2973f 100644 --- a/setup.py +++ b/setup.py @@ -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.2', + version='0.2.3', packages=[ 'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints', 'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/tests/app',