Bump version v0.2.4.

This commit is contained in:
juanifioren 2016-01-20 14:11:19 -03:00
parent 73ece1bf64
commit 74add8d35f
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.4] - 2016-01-20
##### Added
- Auto-generation of client ID and SECRET using the admin.

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