File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
88## Next - unreleased yet
9+ ## [ 5.2.0] ( https://github.com/python-social-auth/social-app-django/releases/tag/5.2.0 ) - 2023-03-31
910
1011### Changed
1112- Removed support for Django<3.2
13+ - Fixed missing migration issue
1214
1315
1416## [ 5.1.0] ( https://github.com/python-social-auth/social-app-django/releases/tag/5.1.0 ) - 2023-03-15
Original file line number Diff line number Diff line change 11Django >= 3.2
2- social-auth-core >= 4.1.0
2+ social-auth-core >= 4.4.1
Original file line number Diff line number Diff line change 1- __version__ = "5.1 .0"
1+ __version__ = "5.2 .0"
22
33
44import django
You can’t perform that action at this time.
0 commit comments