Bump version v0.3.0.

This commit is contained in:
juanifioren 2016-02-23 15:31:07 -03:00
parent 0faf727351
commit e3ccc2a8f6
3 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
### [Unreleased]
### [0.3.0] - 2016-02-23
##### Added
- Support OAuth2 requests.
- Decorator for protecting views with OAuth2.

View file

@ -1,2 +1,2 @@
django==1.9
https://github.com/juanifioren/django-oidc-provider/archive/v0.2.x.zip
https://github.com/juanifioren/django-oidc-provider/archive/v0.3.x.zip

View file

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