[Python-modules-commits] [python-social-auth] 273/322: v0.2.7
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:13:18 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 789e0dc93017f6956f95c2f07260136e5d20102b
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date: Sun Apr 19 04:13:32 2015 -0300
v0.2.7
---
Changelog | 43 +++++++++++++++++++++++++++++++++++++++++++
social/__init__.py | 2 +-
2 files changed, 44 insertions(+), 1 deletion(-)
diff --git a/Changelog b/Changelog
index f93ad70..1b68e69 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,50 @@
+2015-04-19 v0.2.7
+=================
+
+ * 2015-04-19 Matías Aguirre <matiasaguirre at gmail.com>
+ Don't send redirect_state to slack backend
+
+ * 2015-04-16 Matías Aguirre <matiasaguirre at gmail.com>
+ Fix clean username regex. Fixes #594
+
+ * 2015-04-16 Matías Aguirre <matiasaguirre at gmail.com>
+ PEP8 and switch check order
+
+ * 2015-04-16 Matías Aguirre <matiasaguirre at gmail.com>
+ Take into account that sometimes API v2.3 returns the old querystring
+ format. Fixes #592
+
+ * 2015-04-16 Matías Aguirre <matiasaguirre at gmail.com>
+ Move OAuth1 method out from the base class
+
+ * 2015-04-16 zz <zz.at.field at gmail.com>
+ Fix the final_username may be empty and will skip the loop.
+
+ * 2015-04-16 ys.chi <duguschi at gmail.com>
+ Alter email max length for Django app
+
+ * 2015-04-15 Matías Aguirre <matiasaguirre at gmail.com>
+ Remove single-use var
+
+ * 2015-04-15 Matías Aguirre <matiasaguirre at gmail.com>
+ Clean any pipeline remanents when starting the process. Refs #325
+
+ * 2015-04-15 Matías Aguirre <matiasaguirre at gmail.com>
+ Flag dev version
+
+ * 2015-04-15 Matías Aguirre <matiasaguirre at gmail.com>
+ Swtich Twitter API to POST (as it's documented)
+
+ * 2015-04-15 Christian Pedersen <chripede at gmail.com>
+ Append trailing slash in Django
+
2015-04-14 v0.2.6
=================
* 2015-04-14 Matías Aguirre <matiasaguirre at gmail.com>
+ v0.2.6
+
+ * 2015-04-14 Matías Aguirre <matiasaguirre at gmail.com>
Include tests requirements files. Fixes #590
* 2015-04-13 Matías Aguirre <matiasaguirre at gmail.com>
diff --git a/social/__init__.py b/social/__init__.py
index 49066c2..2cd6575 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, 7)
-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