[Python-modules-commits] [python-social-auth] 01/01: v0.2.18

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:16:31 UTC 2016


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

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

commit 7edf3c72ae932da0108aff4c78d341bb203d230b
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Wed Apr 20 13:42:01 2016 -0300

    v0.2.18
---
 social/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/social/__init__.py b/social/__init__.py
index 9d8e063..c13010f 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, 17)
+version = (0, 2, 18)
 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