From 9fb7a06a0618aa88d62b980392f77b5a5f91f98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Aguirre?= Date: Tue, 31 Jan 2017 09:16:14 -0300 Subject: [PATCH] Version bump 1.1.0 --- CHANGELOG.md | 2 ++ social_core/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef0083b..53342d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased](https://github.com/python-social-auth/social-core/commits/master) +## [1.1.0](https://github.com/python-social-auth/social-core/releases/tag/1.1.0) - 2017-01-31 + ### Added - Mediawiki backend - Strategy method to let implementation cleanup arguments passed to diff --git a/social_core/__init__.py b/social_core/__init__.py index cd7ca498..1a72d32e 100644 --- a/social_core/__init__.py +++ b/social_core/__init__.py @@ -1 +1 @@ -__version__ = '1.0.1' +__version__ = '1.1.0'