From 76cddbdf2bdacb3b90982b21f87873261d46c50a Mon Sep 17 00:00:00 2001 From: ciaranj Date: Tue, 18 May 2010 19:14:06 +0100 Subject: [PATCH] Bumping version number (0.7.2) --- Readme.md | 1 + seed.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f257f42..ab27ef7 100644 --- a/Readme.md +++ b/Readme.md @@ -9,6 +9,7 @@ Also provides rudimentary OAuth2 support, tested against facebook connect. Change History ============== +0.7.2 - Fixes some broken unit tests! 0.7.0 - Introduces support for HTTPS end points and callback URLS for OAuth 1.0A and Oauth 2 (Please be aware that this was a breaking change to the constructor arguments order) diff --git a/seed.yml b/seed.yml index aa09cd8..bb6b257 100644 --- a/seed.yml +++ b/seed.yml @@ -1,4 +1,4 @@ --- name: oauth description: An implementation of an OAuth client. - version: 0.7.0 + version: 0.7.2