From: Matías Aguirre Date: Thu, 14 Apr 2011 03:50:06 +0000 (-0300) Subject: v0.3.12 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7bfaf2683df1fa0cb0c826e9d83121bcc3ff9816;p=django-social-auth.git v0.3.12 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 7522475..46538df 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, 11) +version = (0, 3, 12) __version__ = '.'.join(map(str, version))