From: Matías Aguirre Date: Wed, 5 Jan 2011 14:43:32 +0000 (-0200) Subject: Increased version to 0.1.1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=559fd4fa851c760fc052ba669d17c1f486965c05;p=django-social-auth.git Increased version to 0.1.1 --- diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 537fd89..9b41e1d 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, 0) +version = (0, 1, 1) __version__ = '.'.join(map(str, version))