Bump version 0.0.3.

This commit is contained in:
juanifioren 2015-04-15 16:47:02 -03:00
parent be573adea6
commit 04b417f744
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.0.3] - 2015-04-15
##### Added
- Normalize gender field in UserInfo.

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.0.2',
version='0.0.3',
packages=[
'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints',
'oidc_provider/lib/utils', 'oidc_provider/tests',