Skip to content

Commit cd1d086

Browse files
committed
Version bump 0.3.6
1 parent f923691 commit cd1d086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

social/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
python-social-auth application, allows OpenId or OAuth user
33
registration/authentication just adding a few configurations.
44
"""
5-
version = (0, 3, 5)
5+
version = (0, 3, 6)
66
extra = ''
77
__version__ = '.'.join(map(str, version)) + extra

0 commit comments

Comments
 (0)