[Python-modules-commits] [python-social-auth] 09/09: v0.2.21
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:17:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.21
in repository python-social-auth.
commit 61dfbc2ea7a897981a15db8904c5a68d471b0515
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date: Mon Aug 15 12:24:35 2016 -0300
v0.2.21
---
CHANGELOG.md | 20 ++++++++++++++++++--
social/__init__.py | 2 +-
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6effa10..c16a9aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,24 @@
# Change Log
-## [v0.2.20](https://github.com/omab/python-social-auth/tree/v0.2.20) (2016-08-11)
+## [Unreleased](https://github.com/omab/python-social-auth/tree/HEAD)
-[Full Changelog](https://github.com/omab/python-social-auth/compare/v0.2.19...HEAD)
+[Full Changelog](https://github.com/omab/python-social-auth/compare/v0.2.21...HEAD)
+
+## [v0.2.21](https://github.com/omab/python-social-auth/tree/v0.2.21) (2016-08-15)
+
+**Closed issues:**
+
+- Django Migrations Broken [\#991](https://github.com/omab/python-social-auth/issues/991)
+
+**Merged pull requests:**
+
+- Fixed Django Migrations [\#993](https://github.com/omab/python-social-auth/pull/993) ([clintonb](https://github.com/clintonb))
+- Rewrited pipeline.rst [\#992](https://github.com/omab/python-social-auth/pull/992) ([an0o0nym](https://github.com/an0o0nym))
+- fix typo "Piepeline" -\> "Pipeline" [\#990](https://github.com/omab/python-social-auth/pull/990) ([das-g](https://github.com/das-g))
+- Fixed Django \< 1.8 broken compatibility [\#986](https://github.com/omab/python-social-auth/pull/986) ([seroy](https://github.com/seroy))
+
+## [v0.2.20](https://github.com/omab/python-social-auth/tree/v0.2.20) (2016-08-12)
+[Full Changelog](https://github.com/omab/python-social-auth/compare/v0.2.19...v0.2.20)
**Closed issues:**
diff --git a/social/__init__.py b/social/__init__.py
index ea23bbd..8766fd5 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, 20)
+version = (0, 2, 21)
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