From: Matías Aguirre Date: Tue, 15 Feb 2011 01:13:24 +0000 (-0200) Subject: v0.2.5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f5b1bbc0dbda127c9174ab6d990d629039b8a3db;p=django-social-auth.git v0.2.5 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 91321f0..11d800a 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, 4) +version = (0, 2, 5) __version__ = '.'.join(map(str, version))