From: Matías Aguirre Date: Thu, 2 Jun 2011 17:07:19 +0000 (-0300) Subject: v0.3.18 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=db802885621c68dee8037a6b5284ed785a8cfdb3;p=django-social-auth.git v0.3.18 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index ee8f7d0..9da609c 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, 17) +version = (0, 3, 18) __version__ = '.'.join(map(str, version))