Bump version v0.3.0.
This commit is contained in:
parent
0faf727351
commit
e3ccc2a8f6
3 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue