From: Matías Aguirre Date: Wed, 18 Apr 2012 16:37:14 +0000 (-0300) Subject: v0.6.9 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8028ea409117e7c37da70852ad6e791e2db7ed69;p=django-social-auth.git v0.6.9 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 8b791f1..a0157d8 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, 6, 8) +version = (0, 6, 9) __version__ = '.'.join(map(str, version))