We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27d0f9 commit 5b8140dCopy full SHA for 5b8140d
CHANGELOG.md
@@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## Next - unreleased yet
9
+## [5.2.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.2.0) - 2023-03-31
10
11
### Changed
12
- Removed support for Django<3.2
13
+- Fixed missing migration issue
14
15
16
## [5.1.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.1.0) - 2023-03-15
requirements.txt
@@ -1,2 +1,2 @@
1
Django>=3.2
2
-social-auth-core >= 4.1.0
+social-auth-core>=4.4.1
social_django/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "5.1.0"
+__version__ = "5.2.0"
3
4
import django
0 commit comments