From de8c543b043c581825077d4eff444baf45d806a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Aguirre?= Date: Sun, 29 Jan 2017 08:45:26 -0300 Subject: [PATCH] Version bump 1.0.1 --- CHANGELOG.md | 2 ++ social_django/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6234796d..32412958 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-app-django/commits/master) +## [1.0.1](https://github.com/python-social-auth/social-app-django/releases/tag/1.0.1) - 2017-01-29 + ### Changed - Remove migration replacement to nonexistent reference - Ensure atomic transaction if active diff --git a/social_django/__init__.py b/social_django/__init__.py index 04d5a02f..4eaa53f2 100644 --- a/social_django/__init__.py +++ b/social_django/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.0.0' +__version__ = '1.0.1' from social_core.backends.base import BaseAuth