From: Matías Aguirre Date: Wed, 13 Apr 2011 19:50:46 +0000 (-0300) Subject: v0.3.11 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=45d5d5a4af8da3a1cfb5e13cbca6828fbe3b625a;p=django-social-auth.git v0.3.11 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 71ed1f4..7522475 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, 10) +version = (0, 3, 11) __version__ = '.'.join(map(str, version))