]> git.parisson.com Git - django-social-auth.git/commitdiff
v0.2.3
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 31 Jan 2011 13:57:13 +0000 (11:57 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 31 Jan 2011 13:57:13 +0000 (11:57 -0200)
social_auth/__init__.py

index 491a9686911b7f26c2430bbaa475b0b39c42932f..131773ae697d5ced3eb1e93d716e66e380bfe292 100644 (file)
@@ -2,5 +2,5 @@
 Django-social-auth application, allows OpenId or OAuth user
 registration/authentication just adding a few configurations.
 """
-version = (0, 2, 2)
+version = (0, 2, 3)
 __version__ = '.'.join(map(str, version))