From 6ce523edaacc19700d3b52d6992e846f4fc69de7 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Mon, 6 Jul 2015 18:29:29 -0300 Subject: [PATCH] Bump version 0.0.7. --- CHANGELOG.md | 2 ++ README.rst | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 469d363..3861832 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.0.7] - 2015-07-06 + ##### Added - Support for Python 3. - Way of remember user consent and skipt it (OIDC_SKIP_CONSENT_ENABLE). diff --git a/README.rst b/README.rst index a3b1f0c..a4537e0 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.0.6/DOC.md +https://github.com/juanifioren/django-oidc-provider/blob/v0.0.7/DOC.md See changelog here. diff --git a/setup.py b/setup.py index c77101e..e078de8 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.0.6', + version='0.0.7', packages=[ 'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints', 'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/migrations',