[Python-modules-commits] [python-social-auth] 274/322: Flag dev version

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:19 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 b5d62ee7f7402adfb8b96e3be8ca980c5f16b8d5
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Sun Apr 19 04:16:05 2015 -0300

    Flag dev version
---
 social/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/social/__init__.py b/social/__init__.py
index 2cd6575..b803175 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, 7)
-extra = ''
+version = (0, 2, 8)
+extra = '-dev'
 __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