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

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:15 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 74535c687c3373a9f58cd0e310ed29980200ab91
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Mon Apr 13 01:57:19 2015 -0300

    v0.2.5
---
 Changelog          | 16 ++++++++++++++--
 social/__init__.py |  2 +-
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/Changelog b/Changelog
index 7dd032b..e7b0b1d 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,19 @@
+2015-04-13 v0.2.5
+=================
+
+  * 2015-04-13 Matías Aguirre <matiasaguirre at gmail.com>
+    Fix wheel support. Refs #588
+
+  * 2015-04-13 Matías Aguirre <matiasaguirre at gmail.com>
+    Add email to default list of protected userfields (popular demand)
+
 2015-04-11 v0.2.4
 =================
 
   * 2015-04-11 Matías Aguirre <matiasaguirre at gmail.com>
+    v0.2.4
+
+  * 2015-04-11 Matías Aguirre <matiasaguirre at gmail.com>
     Fix setting name (make it backend related). Refs #586
 
   * 2015-04-10 Matías Aguirre <matiasaguirre at gmail.com>
@@ -618,7 +630,7 @@
   * 2014-09-11 Matías Aguirre <matiasaguirre at gmail.com>
     Flag dev version
 
-2014-09-11 v0.2.1
+2015-09-11 v0.2.1
 =================
 
   * 2014-09-11 Matías Aguirre <matiasaguirre at gmail.com>
@@ -633,7 +645,7 @@
   * 2014-09-11 Matías Aguirre <matiasaguirre at gmail.com>
     Flag dev version
 
-2014-09-11 v0.2.0
+2015-09-11 v0.2.0
 =================
 
   * 2014-09-11 Matías Aguirre <matiasaguirre at gmail.com>
diff --git a/social/__init__.py b/social/__init__.py
index 78737f8..6bc2b84 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, 4)
+version = (0, 2, 5)
 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