From: Matías Aguirre Date: Thu, 6 Jan 2011 12:51:25 +0000 (-0200) Subject: v0.1.2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=da4d27d434a84bf4bf76b97251b05779c789062a;p=django-social-auth.git v0.1.2 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 9b41e1d..4a1f77d 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, 1, 1) +version = (0, 1, 2) __version__ = '.'.join(map(str, version))