From: Matías Aguirre Date: Mon, 17 Jan 2011 22:12:30 +0000 (-0200) Subject: v0.1.7 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=419b3cf670ffd8ab2c00b00c588b31e68f5df449;p=django-social-auth.git v0.1.7 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 3f3de64..bcf6328 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, 6) +version = (0, 1, 7) __version__ = '.'.join(map(str, version))