From: Matías Aguirre Date: Wed, 15 Feb 2012 00:00:32 +0000 (-0200) Subject: v0.6.5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8886f102e242672ef9bc9eb14870e0ba5bd3527e;p=django-social-auth.git v0.6.5 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index e46ef8c..40c9af7 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, 6, 4) +version = (0, 6, 5) __version__ = '.'.join(map(str, version))