From: Matías Aguirre Date: Tue, 15 Mar 2011 21:33:49 +0000 (-0300) Subject: v0.3.5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1d0279219c721fff9a3b81b638d1d0e560c8d3a7;p=django-social-auth.git v0.3.5 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 014aa87..7c63fb2 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, 4) +version = (0, 3, 5) __version__ = '.'.join(map(str, version))