From: Matías Aguirre Date: Wed, 23 Feb 2011 20:31:42 +0000 (-0200) Subject: v0.3.0 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e1ff9856695b7ff9e0ac7ed4f790ee3db1552a01;p=django-social-auth.git v0.3.0 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index f423ced..d6a9dfd 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, 8) +version = (0, 3, 0) __version__ = '.'.join(map(str, version))