Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Feb 23, 2011
1 parent 6602ee1 commit e1ff985
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, 2, 8)
version = (0, 3, 0)
__version__ = '.'.join(map(str, version))

0 comments on commit e1ff985

Please sign in to comment.