[Python-modules-commits] [python-social-auth] 252/322: v0.2.6
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:13:16 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 f0a06df0f8f5c332fe2a6b1ee439a47e94e19cb6
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date: Tue Apr 14 17:04:45 2015 -0300
v0.2.6
---
Changelog | 16 ++++++++++++++--
social/__init__.py | 2 +-
2 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/Changelog b/Changelog
index e7b0b1d..f93ad70 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,19 @@
+2015-04-14 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>
+ Fix publish task
+
2015-04-13 v0.2.5
=================
* 2015-04-13 Matías Aguirre <matiasaguirre at gmail.com>
+ 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>
@@ -630,7 +642,7 @@
* 2014-09-11 Matías Aguirre <matiasaguirre at gmail.com>
Flag dev version
-2015-09-11 v0.2.1
+2014-09-11 v0.2.1
=================
* 2014-09-11 Matías Aguirre <matiasaguirre at gmail.com>
@@ -645,7 +657,7 @@
* 2014-09-11 Matías Aguirre <matiasaguirre at gmail.com>
Flag dev version
-2015-09-11 v0.2.0
+2014-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 6bc2b84..4b9d3fb 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, 5)
+version = (0, 2, 6)
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