From: Matías Aguirre Date: Mon, 10 Jan 2011 23:08:33 +0000 (-0200) Subject: Increase version number X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2dfc7aaa184983001350cef2cfc56b7d344c1e8b;p=django-social-auth.git Increase version number --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 4a1f77d..0d55bcc 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, 1, 2) +version = (0, 1, 3) __version__ = '.'.join(map(str, version))