Skip to content

Commit

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

0 comments on commit 27c346b

Please sign in to comment.