From ee91db6be864f3b23e6d43a45bbedc7431c214dd Mon Sep 17 00:00:00 2001 From: juanifioren Date: Wed, 21 Oct 2015 17:26:29 -0300 Subject: [PATCH] Bump version 0.2.1. --- CHANGELOG.md | 4 +++- README.rst | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fbd316..b8057f7 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.2.1] - 2015-10-21 + ##### Added - Refresh token flow. @@ -12,7 +14,7 @@ All notable changes to this project will be documented in this file. ##### Fixed - Unicode error in Client model. -- creatersakey command in Python 3.x. +- Bug in creatersakey command (when using Python 3). - Bug when updating pyjwkest version. ### [0.2.0] - 2015-09-25 diff --git a/README.rst b/README.rst index 20ad9e7..1d5100c 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.2.0/DOC.md +https://github.com/juanifioren/django-oidc-provider/blob/v0.2.1/DOC.md See changelog here. diff --git a/setup.py b/setup.py index 321ae98..b151a0a 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.2.0', + version='0.2.1', packages=[ 'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints', 'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/tests/app',