Bump version v0.2.3.

This commit is contained in:
juanifioren 2016-01-06 14:18:15 -03:00
parent 54070f4a77
commit 893201c283
2 changed files with 2 additions and 2 deletions

View file

@ -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.

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.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',