From 1cb6f44ef2c8ecb0495e9a5298784e6439446a0d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Tue, 15 Mar 2011 19:16:07 -0300 Subject: [PATCH] v0.3.6 --- 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 7c63fb2..8296053 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, 3, 5) +version = (0, 3, 6) __version__ = '.'.join(map(str, version)) -- 2.39.5