From: Matías Aguirre Date: Thu, 19 May 2011 15:32:21 +0000 (-0300) Subject: v0.3.16 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8f8620a8b5a08d0c500bb3cc2db2a3edf76f12d9;p=django-social-auth.git v0.3.16 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index c7db903..22a94fe 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, 15) +version = (0, 3, 16) __version__ = '.'.join(map(str, version))