Bump version v0.1.2.
This commit is contained in:
parent
721791444e
commit
984b1498bc
4 changed files with 5 additions and 3 deletions
|
@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### [Unreleased]
|
||||
|
||||
### [0.1.2] - 2015-08-04
|
||||
|
||||
##### Added
|
||||
- Add token_endpoint_auth_methods_supported to discovery.
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ Support for Python 3 and 2. Also latest versions of django.
|
|||
|
||||
Read docs for more info.
|
||||
|
||||
https://github.com/juanifioren/django-oidc-provider/blob/v0.1.1/DOC.md
|
||||
https://github.com/juanifioren/django-oidc-provider/blob/v0.1.2/DOC.md
|
||||
|
||||
See changelog here.
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
django==1.8
|
||||
django-oidc-provider==0.1.1
|
||||
django-oidc-provider==0.1.2
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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.1.1',
|
||||
version='0.1.2',
|
||||
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