From 4ec41c67e36355cd2aeca094d676b172fea4717a Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Sun, 19 Mar 2017 14:48:15 +0200 Subject: [PATCH] Bump version to 2.0.2. --- CHANGELOG.rst | 4 ++++ oauthlib/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d3225222..7afc8751 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,11 @@ Changelog Development ----------- + +2.0.2 (2017-03-19) +------------------ * Dropped support for Python 2.6, 3.2 & 3.3. +* (FIX) `OpenIDConnector` will no longer raise an AttributeError when calling `openid_authorization_validator()` twice. 2.0.1 (2016-11-23) ------------------ diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py index 93940ec1..e5186a35 100644 --- a/oauthlib/__init__.py +++ b/oauthlib/__init__.py @@ -10,7 +10,7 @@ """ __author__ = 'Idan Gazit ' -__version__ = '2.0.1' +__version__ = '2.0.2' import logging