From c0540da590ab7611374a3d46b55a9778c453d429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 13 Feb 2025 12:59:44 +0100 Subject: [PATCH] chore: Version bump 5.4.3 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d286d055..0864d8bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [5.4.3](https://github.com/python-social-auth/social-app-django/releases/tag/5.4.3) - 2025-02-13 + +### Changed + +- Tested with recent Django and Python +- Modernized build system +- Fixed rollback of migrations + ## [5.4.2](https://github.com/python-social-auth/social-app-django/releases/tag/5.4.2) - 2024-07-12 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 52809385..4c78132d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ license = {text = "BSD"} name = "social-auth-app-django" readme = "README.md" requires-python = ">=3.9" -version = "5.4.2" +version = "5.4.3" [project.optional-dependencies] # This is present until pip implements supports for PEP 735