[Python-modules-commits] [python-social-auth] 36/131: v0.2.19

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


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

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

commit 3a2e40c1d4341a0237363e28928b540ba7e7a49b
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Fri Apr 29 13:40:05 2016 -0300

    v0.2.19
---
 CHANGELOG.md       | 21 +++++++++++++++++++--
 social/__init__.py |  2 +-
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f65d2a8..5da2db3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,24 @@
 # Change Log
 
-## [v0.2.17](https://github.com/omab/python-social-auth/tree/v0.2.17) (2016-04-20)
+## [v0.2.19](https://github.com/omab/python-social-auth/tree/v0.2.19) (2016-04-29)
+
+[Full Changelog](https://github.com/omab/python-social-auth/compare/v0.2.18...v0.2.19)
+
+**Closed issues:**
+
+- \[Flask\] Not Logged in After Redirect [\#913](https://github.com/omab/python-social-auth/issues/913)
+- Django: type\(social\_user.extra\_data\) == unicode [\#898](https://github.com/omab/python-social-auth/issues/898)
+- Email is empty in login with Facebook [\#889](https://github.com/omab/python-social-auth/issues/889)
 
+**Merged pull requests:**
+
+- Updates to OpenIdConnectAuth [\#911](https://github.com/omab/python-social-auth/pull/911) ([clintonb](https://github.com/clintonb))
+- Corrected default value of JSONField [\#908](https://github.com/omab/python-social-auth/pull/908) ([clintonb](https://github.com/clintonb))
+
+## [v0.2.18](https://github.com/omab/python-social-auth/tree/v0.2.18) (2016-04-20)
+[Full Changelog](https://github.com/omab/python-social-auth/compare/v0.2.17...v0.2.18)
+
+## [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:**
@@ -927,7 +944,7 @@
 **Merged pull requests:**
 
 - Fix OpenId auth with Flask 0.10 [\#16](https://github.com/omab/python-social-auth/pull/16) ([Flyflo](https://github.com/Flyflo))
-- Add CodersClan button [\#13](https://github.com/omab/python-social-auth/pull/13) ([Orchestrator81](https://github.com/Orchestrator81))
+- Add CodersClan button [\#13](https://github.com/omab/python-social-auth/pull/13) ([DrorCohenCC](https://github.com/DrorCohenCC))
 - Added a default to response in FacebookOAuth.do\_auth [\#12](https://github.com/omab/python-social-auth/pull/12) ([san-mate](https://github.com/san-mate))
 - Bug fix of FacebookAppOAuth2 [\#11](https://github.com/omab/python-social-auth/pull/11) ([san-mate](https://github.com/san-mate))
 
diff --git a/social/__init__.py b/social/__init__.py
index c13010f..895ff9a 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, 18)
+version = (0, 2, 19)
 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