[Python-modules-commits] [python-social-auth] 291/322: Dev version flagged

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 d6cedb5c242ccc0725fbf7886d7a8f1f99334cd0
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Thu May 7 15:24:32 2015 -0300

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

diff --git a/social/__init__.py b/social/__init__.py
index 13abfd0..3653270 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, 9)
-extra = ''
+version = (0, 2, 10)
+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