From ee1cbc3ad776e512cd2a3ae2cc9d4bd200f0b1e7 Mon Sep 17 00:00:00 2001 From: Federico Frenguelli Date: Wed, 2 Jul 2014 11:45:59 +0200 Subject: [PATCH] Bumped version 0.7.2 and changelog updated --- README.rst | 5 +++++ docs/changelog.rst | 6 ++++++ oauth2_provider/__init__.py | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8d28cb7f1..e80a3a22c 100644 --- a/README.rst +++ b/README.rst @@ -90,6 +90,11 @@ Roadmap / Todo list (help wanted) Changelog --------- +0.7.2 [2014-07-02] +~~~~~~~~~~~~~~~~~~ + +* Don't pin oauthlib + 0.7.1 [2014-04-27] ~~~~~~~~~~~~~~~~~~ diff --git a/docs/changelog.rst b/docs/changelog.rst index f5df500f2..f6bbef226 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +0.7.2 [2014-07-02] +~~~~~~~~~~~~~~~~~~ + +* Don't pin oauthlib + + 0.7.0 [2014-03-01] ------------------ diff --git a/oauth2_provider/__init__.py b/oauth2_provider/__init__.py index 2332e51d3..f6c203077 100644 --- a/oauth2_provider/__init__.py +++ b/oauth2_provider/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.7.1' +__version__ = '0.7.2' __author__ = "Massimiliano Pippi & Federico Frenguelli"