Skip to content

Commit 879645a

Browse files
committed
v0.2.16
1 parent 3e55b45 commit 879645a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Change Log
22

3-
## [v0.2.15](https://github.com/omab/python-social-auth/tree/v0.2.15) (2016-04-13)
3+
## [v0.2.16](https://github.com/omab/python-social-auth/tree/v0.2.16) (2016-04-13)
4+
[Full Changelog](https://github.com/omab/python-social-auth/compare/v0.2.15...v0.2.16)
45

6+
## [v0.2.15](https://github.com/omab/python-social-auth/tree/v0.2.15) (2016-04-13)
57
[Full Changelog](https://github.com/omab/python-social-auth/compare/v0.2.14...v0.2.15)
68

79
**Closed issues:**

social/__init__.py

Lines changed: 1 addition & 1 deletion
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, 2, 15)
5+
version = (0, 2, 16)
66
extra = ''
77
__version__ = '.'.join(map(str, version)) + extra

0 commit comments

Comments
 (0)