From 5b8140d0dd328cd3f0d5192ff0108624f2ecffb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 30 Mar 2023 14:01:19 +0200 Subject: [PATCH] Version bump 5.2.0 --- CHANGELOG.md | 2 ++ requirements.txt | 2 +- social_django/__init__.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c40f788..3b1073b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## Next - unreleased yet +## [5.2.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.2.0) - 2023-03-31 ### Changed - Removed support for Django<3.2 +- Fixed missing migration issue ## [5.1.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.1.0) - 2023-03-15 diff --git a/requirements.txt b/requirements.txt index 6cdf8c37..26fbca53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ Django>=3.2 -social-auth-core >= 4.1.0 +social-auth-core>=4.4.1 diff --git a/social_django/__init__.py b/social_django/__init__.py index be98da90..2d1a7c2b 100644 --- a/social_django/__init__.py +++ b/social_django/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.1.0" +__version__ = "5.2.0" import django