[Python-modules-commits] [python-social-auth] 06/06: v0.2.17

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:16:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.17
in repository python-social-auth.

commit b87ef654b55f279ee9a6989280000e666a1827e1
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Wed Apr 20 13:39:54 2016 -0300

    v0.2.17
---
 CHANGELOG.md       | 8 ++++++++
 social/__init__.py | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3b9988..f65d2a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Change Log
 
+## [v0.2.17](https://github.com/omab/python-social-auth/tree/v0.2.17) (2016-04-20)
+
+[Full Changelog](https://github.com/omab/python-social-auth/compare/v0.2.16...v0.2.17)
+
+**Merged pull requests:**
+
+- django 1.8+ compat to ensure to\_python is always called when accessing result from db.. [\#897](https://github.com/omab/python-social-auth/pull/897) ([sbussetti](https://github.com/sbussetti))
+
 ## [v0.2.16](https://github.com/omab/python-social-auth/tree/v0.2.16) (2016-04-13)
 [Full Changelog](https://github.com/omab/python-social-auth/compare/v0.2.15...v0.2.16)
 
diff --git a/social/__init__.py b/social/__init__.py
index 281dab3..9d8e063 100644
--- a/social/__init__.py
+++ b/social/__init__.py
@@ -2,6 +2,6 @@
 python-social-auth application, allows OpenId or OAuth user
 registration/authentication just adding a few configurations.
 """
-version = (0, 2, 16)
+version = (0, 2, 17)
 extra = ''
 __version__ = '.'.join(map(str, version)) + extra

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list