File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
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
+
8
16
## [ 5.4.2] ( https://github.com/python-social-auth/social-app-django/releases/tag/5.4.2 ) - 2024-07-12
9
17
10
18
### Changed
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ license = {text = "BSD"}
37
37
name = " social-auth-app-django"
38
38
readme = " README.md"
39
39
requires-python = " >=3.9"
40
- version = " 5.4.2 "
40
+ version = " 5.4.3 "
41
41
42
42
[project .optional-dependencies ]
43
43
# This is present until pip implements supports for PEP 735
You can’t perform that action at this time.
0 commit comments