From e1ff9856695b7ff9e0ac7ed4f790ee3db1552a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Aguirre?= Date: Wed, 23 Feb 2011 18:31:42 -0200 Subject: [PATCH] v0.3.0 --- social_auth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social_auth/__init__.py b/social_auth/__init__.py index f423cedc..d6a9dfdb 100644 --- a/social_auth/__init__.py +++ b/social_auth/__init__.py @@ -2,5 +2,5 @@ Django-social-auth application, allows OpenId or OAuth user registration/authentication just adding a few configurations. """ -version = (0, 2, 8) +version = (0, 3, 0) __version__ = '.'.join(map(str, version))