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

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:21 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 8f9be44e8b49c430b1d012d0e4c26160e714afa2
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Thu May 7 15:22:47 2015 -0300

    v0.2.9
---
 Changelog          | 11 ++++++++++-
 social/__init__.py |  2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index a38dbcd..cf8a91e 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,15 @@
-2015-05-02 v0.2.8
+2015-05-07 v0.2.9
 =================
 
+  * 2015-05-07 Matías Aguirre <matiasaguirre at gmail.com>
+    Fix manifest definition
+
+2015-05-07 v0.2.8
+=================
+
+  * 2015-05-07 Matías Aguirre <matiasaguirre at gmail.com>
+    v0.2.8
+
   * 2015-05-02 Avi אבי Alkalay אלקלעי <avibrazil at gmail.com>
     Fixed Moves link on list of providers
 
diff --git a/social/__init__.py b/social/__init__.py
index 055ddd3..13abfd0 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, 8)
+version = (0, 2, 9)
 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