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

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 a8b2790b595a19949a7157c3103fd64d75b93f7f
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Wed Apr 15 11:56:43 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 4b9d3fb..49066c2 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, 6)
-extra = ''
+version = (0, 2, 7)
+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