Skip to content

Commit c0540da

Browse files
committed
chore: Version bump 5.4.3
1 parent ff96d89 commit c0540da

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [5.4.3](https://github.com/python-social-auth/social-app-django/releases/tag/5.4.3) - 2025-02-13
9+
10+
### Changed
11+
12+
- Tested with recent Django and Python
13+
- Modernized build system
14+
- Fixed rollback of migrations
15+
816
## [5.4.2](https://github.com/python-social-auth/social-app-django/releases/tag/5.4.2) - 2024-07-12
917

1018
### Changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ license = {text = "BSD"}
3737
name = "social-auth-app-django"
3838
readme = "README.md"
3939
requires-python = ">=3.9"
40-
version = "5.4.2"
40+
version = "5.4.3"
4141

4242
[project.optional-dependencies]
4343
# This is present until pip implements supports for PEP 735

0 commit comments

Comments
 (0)