From: Matías Aguirre Date: Mon, 31 Jan 2011 13:57:13 +0000 (-0200) Subject: v0.2.3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=84042c71b9f93804fc124b1abd1acd8800dba506;p=django-social-auth.git v0.2.3 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 491a968..131773a 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, 2) +version = (0, 2, 3) __version__ = '.'.join(map(str, version))