From 8cfdde1c87e3351fdb8ad8edc1673ae8b04a7da1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Thu, 8 Sep 2011 21:54:31 -0300 Subject: [PATCH] v0.5.9 --- social_auth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 69c98b7..35e6344 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, 5, 8) +version = (0, 5, 9) __version__ = '.'.join(map(str, version)) -- 2.39.5