From 984b1498bc8c101b0698d2168ce251f97879668d Mon Sep 17 00:00:00 2001 From: juanifioren Date: Mon, 3 Aug 2015 15:27:28 -0300 Subject: [PATCH] Bump version v0.1.2. --- CHANGELOG.md | 2 ++ README.rst | 2 +- example_project/requirements.txt | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c70221..5dfdfa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.rst b/README.rst index 4aad4d4..4b9dcf8 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/example_project/requirements.txt b/example_project/requirements.txt index 813930d..a5ba3b3 100644 --- a/example_project/requirements.txt +++ b/example_project/requirements.txt @@ -1,2 +1,2 @@ django==1.8 -django-oidc-provider==0.1.1 +django-oidc-provider==0.1.2 diff --git a/setup.py b/setup.py index 1775a3a..1cd88c3 100644 --- a/setup.py +++ b/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',