From: Matías Aguirre Date: Wed, 16 Feb 2011 01:08:32 +0000 (-0200) Subject: v0.2.8 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2bbcf6e2c6d753e31fd05073941b1c2e5dab4f02;p=django-social-auth.git v0.2.8 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 5021178..f423ced 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, 2, 7) +version = (0, 2, 8) __version__ = '.'.join(map(str, version))