Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Jan 6, 2011
1 parent b5394ac commit da4d27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_auth/__init__.py
Expand Up @@ -2,5 +2,5 @@
Django-social-auth application, allows OpenId or OAuth user
registration/authentication just adding a few configurations.
"""
version = (0, 1, 1)
version = (0, 1, 2)
__version__ = '.'.join(map(str, version))

0 comments on commit da4d27d

Please sign in to comment.