Skip to content

Commit

Permalink
v0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Jun 24, 2015
1 parent 4ab28ad commit 76a27b2
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
2015-06-24 v0.2.11
==================

* 2015-06-24 Matías Aguirre <matiasaguirre@gmail.com>
v0.2.11

* 2015-06-19 Matías Aguirre <matiasaguirre@gmail.com>
Link docs

* 2015-06-19 Matías Aguirre <matiasaguirre@gmail.com>
PEP8

* 2015-06-18 Braden MacDonald <braden@opencraft.com>
Added documentation

* 2015-06-17 Matías Aguirre <matiasaguirre@gmail.com>
PEP8

2015-05-29 v0.2.10
==================

* 2015-05-29 Matías Aguirre <matiasaguirre@gmail.com>
v0.2.10

* 2015-05-29 Matías Aguirre <matiasaguirre@gmail.com>
Newline at end of file

Expand Down Expand Up @@ -49,6 +70,19 @@
* 2015-05-11 sushantgawali <vin.bhalerao@gmail.com>
Added provider for Microsoft Azure Active Directory OAuth2

* 2015-05-21 Braden MacDonald <braden@opencraft.com>
Minor cleanups

* 2015-05-20 Braden MacDonald <braden@opencraft.com>
Minor consistency fix

* 2015-05-20 Braden MacDonald <braden@opencraft.com>
Add an integration point for extra security layers like
eduPersonEntitlement

* 2015-05-20 Braden MacDonald <braden@opencraft.com>
Make IdP name format slightly more flexible

* 2015-05-20 Marek Jalovec <marek.jalovec@gmail.com>
Fixes "ImportError: No module named packages.urllib3.poolmanager" error
(fixes #617)
Expand All @@ -62,6 +96,15 @@
* 2015-05-16 Andrew Starr-Bochicchio <a.starr.b@gmail.com>
Add a DigitalOcean backend.

* 2015-05-11 Braden MacDonald <braden@opencraft.com>
Add python-saml requirement (temporary commit)

* 2015-05-08 Braden MacDonald <braden@opencraft.com>
Tests for SAML backend

* 2015-04-30 Braden MacDonald <braden@opencraft.com>
SAML2 backend using OneLogin's python-saml

* 2015-05-08 Matías Aguirre <matiasaguirre@gmail.com>
Ensure that all the requirements are installed

Expand Down
2 changes: 1 addition & 1 deletion social/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 76a27b2

Please sign in to comment.