Skip to content

Commit

Permalink
v0.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Mar 6, 2013
1 parent 1c69da6 commit a4cc355
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, 7, 20)
version = (0, 7, 21)
__version__ = '.'.join(map(str, version))

0 comments on commit a4cc355

Please sign in to comment.