Bump version 0.1.1.

This commit is contained in:
juanifioren 2015-07-30 16:00:54 -03:00
parent 3e22e44462
commit c276e23d28
4 changed files with 6 additions and 3 deletions

View file

@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
### [Unreleased]
### [0.1.1] - 2015-07-31
##### Added
- Sending access_token as query string parameter in UserInfo Endpoint.
- Support HTTP Basic client authentication.
##### Changed
- Use models setting instead of User.

View file

@ -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.0/DOC.md
https://github.com/juanifioren/django-oidc-provider/blob/v0.1.1/DOC.md
See changelog here.

View file

@ -1,2 +1,2 @@
django==1.8
django-oidc-provider==0.1.0
django-oidc-provider==0.1.1

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