From: Matías Aguirre Date: Mon, 17 Oct 2011 07:12:00 +0000 (-0200) Subject: v0.6.0 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a9cfde5b36a3f607f992c127d29d5b7ffd2e6039;p=django-social-auth.git v0.6.0 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 56b080e..2ffc304 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, 13) +version = (0, 6, 0) __version__ = '.'.join(map(str, version))