[Python-modules-commits] [python-social-auth] 15/15: v0.2.11
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:13:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.11
in repository python-social-auth.
commit 76a27b293f2ea3fce97e80c24fc7c1a300a24e5a
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date: Wed Jun 24 12:36:21 2015 -0300
v0.2.11
---
Changelog | 43 +++++++++++++++++++++++++++++++++++++++++++
social/__init__.py | 2 +-
2 files changed, 44 insertions(+), 1 deletion(-)
diff --git a/Changelog b/Changelog
index 01e799d..bfc5aeb 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,28 @@
+2015-06-24 v0.2.11
+==================
+
+ * 2015-06-24 Matías Aguirre <matiasaguirre at gmail.com>
+ v0.2.11
+
+ * 2015-06-19 Matías Aguirre <matiasaguirre at gmail.com>
+ Link docs
+
+ * 2015-06-19 Matías Aguirre <matiasaguirre at gmail.com>
+ PEP8
+
+ * 2015-06-18 Braden MacDonald <braden at opencraft.com>
+ Added documentation
+
+ * 2015-06-17 Matías Aguirre <matiasaguirre at gmail.com>
+ PEP8
+
2015-05-29 v0.2.10
==================
* 2015-05-29 Matías Aguirre <matiasaguirre at gmail.com>
+ v0.2.10
+
+ * 2015-05-29 Matías Aguirre <matiasaguirre at gmail.com>
Newline at end of file
* 2015-05-29 Matías Aguirre <matiasaguirre at gmail.com>
@@ -49,6 +70,19 @@
* 2015-05-11 sushantgawali <vin.bhalerao at gmail.com>
Added provider for Microsoft Azure Active Directory OAuth2
+ * 2015-05-21 Braden MacDonald <braden at opencraft.com>
+ Minor cleanups
+
+ * 2015-05-20 Braden MacDonald <braden at opencraft.com>
+ Minor consistency fix
+
+ * 2015-05-20 Braden MacDonald <braden at opencraft.com>
+ Add an integration point for extra security layers like
+ eduPersonEntitlement
+
+ * 2015-05-20 Braden MacDonald <braden at opencraft.com>
+ Make IdP name format slightly more flexible
+
* 2015-05-20 Marek Jalovec <marek.jalovec at gmail.com>
Fixes "ImportError: No module named packages.urllib3.poolmanager" error
(fixes #617)
@@ -62,6 +96,15 @@
* 2015-05-16 Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Add a DigitalOcean backend.
+ * 2015-05-11 Braden MacDonald <braden at opencraft.com>
+ Add python-saml requirement (temporary commit)
+
+ * 2015-05-08 Braden MacDonald <braden at opencraft.com>
+ Tests for SAML backend
+
+ * 2015-04-30 Braden MacDonald <braden at opencraft.com>
+ SAML2 backend using OneLogin's python-saml
+
* 2015-05-08 Matías Aguirre <matiasaguirre at gmail.com>
Ensure that all the requirements are installed
diff --git a/social/__init__.py b/social/__init__.py
index 135e46a..2f4bd21 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, 10)
+version = (0, 2, 11)
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