[Python-modules-commits] [python-social-auth] 02/06: v0.2.16

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


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

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

commit 879645a511ac71b143c76330cd7908f59d507509
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Wed Apr 13 14:55:29 2016 -0300

    v0.2.16
---
 CHANGELOG.md       | 4 +++-
 social/__init__.py | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf2d17e..c3b9988 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,9 @@
 # Change Log
 
-## [v0.2.15](https://github.com/omab/python-social-auth/tree/v0.2.15) (2016-04-13)
+## [v0.2.16](https://github.com/omab/python-social-auth/tree/v0.2.16) (2016-04-13)
+[Full Changelog](https://github.com/omab/python-social-auth/compare/v0.2.15...v0.2.16)
 
+## [v0.2.15](https://github.com/omab/python-social-auth/tree/v0.2.15) (2016-04-13)
 [Full Changelog](https://github.com/omab/python-social-auth/compare/v0.2.14...v0.2.15)
 
 **Closed issues:**
diff --git a/social/__init__.py b/social/__init__.py
index 4b3056e..281dab3 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, 15)
+version = (0, 2, 16)
 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