[Python-modules-commits] [python-social-auth] 322/322: v0.2.10

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:25 UTC 2016


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

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

commit 6b1e301c7960827fbeeff13d580f790b297cf791
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Fri May 29 21:03:01 2015 -0300

    v0.2.10
---
 Changelog          | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 social/__init__.py |  2 +-
 2 files changed, 77 insertions(+), 1 deletion(-)

diff --git a/Changelog b/Changelog
index cf8a91e..01e799d 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,83 @@
+2015-05-29 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>
+    Fix changetip docs errors
+
+  * 2015-05-29 Matías Aguirre <matiasaguirre at gmail.com>
+    Coding style
+
+  * 2015-05-29 Matías Aguirre <matiasaguirre at gmail.com>
+    PEP8
+
+  * 2015-05-29 Matías Aguirre <matiasaguirre at gmail.com>
+    PEP8
+
+  * 2015-05-29 Matías Aguirre <matiasaguirre at gmail.com>
+    Avoid storing empty values from user details
+
+  * 2015-05-26 vinhub <vin.bhalerao at gmail.com>
+    Added Azure AD docs to index.rst
+
+  * 2015-05-26 Vinayak (Vin) Bhalerao <vin.bhalerao at gmail.com>
+    Removed
+
+  * 2015-05-25 sushantgawali <sushant.gawali at gmail.com>
+    changes in extra_data
+
+  * 2015-05-18 sushantgawali <vin.bhalerao at gmail.com>
+    added copyright / license notices
+
+  * 2015-05-15 sushantgawali <vin.bhalerao at gmail.com>
+    updated test cases
+
+  * 2015-05-13 sushantgawali <vin.bhalerao at gmail.com>
+    added get_auth_token method for ease of use
+
+  * 2015-05-12 sushantgawali <vin.bhalerao at gmail.com>
+    added test cases for AzureADOAuth2 refresh token method added
+
+  * 2015-05-11 sushantgawali <vin.bhalerao at gmail.com>
+    added generic resource setting added license text added documentation file
+
+  * 2015-05-11 sushantgawali <vin.bhalerao at gmail.com>
+    cleaned up unneeded Sharepoint related code
+
+  * 2015-05-11 sushantgawali <vin.bhalerao at gmail.com>
+    Added provider for Microsoft Azure Active Directory OAuth2
+
+  * 2015-05-20 Marek Jalovec <marek.jalovec at gmail.com>
+    Fixes "ImportError: No module named packages.urllib3.poolmanager" error
+    (fixes #617)
+
+  * 2015-05-20 blurrcat <blurrcat at gmail.com>
+    fix Fitbit OAuth 1 authorization URL
+
+  * 2015-05-17 duoduo369 <duoduo3369 at gmail.com>
+    add weixin backends
+
+  * 2015-05-16 Andrew Starr-Bochicchio <a.starr.b at gmail.com>
+    Add a DigitalOcean backend.
+
+  * 2015-05-08 Matías Aguirre <matiasaguirre at gmail.com>
+    Ensure that all the requirements are installed
+
+  * 2015-05-08 Matías Aguirre <matiasaguirre at gmail.com>
+    Fix syntax (backward compatible)
+
+  * 2015-05-07 Matías Aguirre <matiasaguirre at gmail.com>
+    Dev version flagged
+
 2015-05-07 v0.2.9
 =================
 
   * 2015-05-07 Matías Aguirre <matiasaguirre at gmail.com>
+    v0.2.9
+
+  * 2015-05-07 Matías Aguirre <matiasaguirre at gmail.com>
     Fix manifest definition
 
 2015-05-07 v0.2.8
diff --git a/social/__init__.py b/social/__init__.py
index 3653270..135e46a 100644
--- a/social/__init__.py
+++ b/social/__init__.py
@@ -3,5 +3,5 @@ python-social-auth application, allows OpenId or OAuth user
 registration/authentication just adding a few configurations.
 """
 version = (0, 2, 10)
-extra = '-dev'
+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