We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f923691 commit cd1d086Copy full SHA for cd1d086
social/__init__.py
@@ -2,6 +2,6 @@
2
python-social-auth application, allows OpenId or OAuth user
3
registration/authentication just adding a few configurations.
4
"""
5
-version = (0, 3, 5)
+version = (0, 3, 6)
6
extra = ''
7
__version__ = '.'.join(map(str, version)) + extra
0 commit comments