From: Matías Aguirre Date: Sun, 3 Jul 2011 20:43:32 +0000 (-0300) Subject: v0.4.0 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7f764d3edc92e107d74ad962d51a1ed63d626553;p=django-social-auth.git v0.4.0 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 98b2e8d..f830e62 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, 20) +version = (0, 4, 0) __version__ = '.'.join(map(str, version))