Skip to content

Commit 5b8140d

Browse files
committed
Version bump 5.2.0
1 parent e27d0f9 commit 5b8140d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Django>=3.2
2-
social-auth-core >= 4.1.0
2+
social-auth-core>=4.4.1

social_django/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "5.1.0"
1+
__version__ = "5.2.0"
22

33

44
import django

0 commit comments

Comments
 (0)