From: Matías Aguirre Date: Sun, 14 Aug 2011 09:13:14 +0000 (-0300) Subject: v0.5.3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3f9324ecffd648eab23bb7d2ba45895e3e67d4d5;p=django-social-auth.git v0.5.3 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index b48c7c4..e6a52e4 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, 5, 2) +version = (0, 5, 3) __version__ = '.'.join(map(str, version))