Skip to content

Commit

Permalink
Version bump 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Mar 31, 2023
1 parent e27d0f9 commit 5b8140d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Next - unreleased yet
## [5.2.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.2.0) - 2023-03-31

### Changed
- Removed support for Django<3.2
- Fixed missing migration issue


## [5.1.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.1.0) - 2023-03-15
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django>=3.2
social-auth-core >= 4.1.0
social-auth-core>=4.4.1
2 changes: 1 addition & 1 deletion social_django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "5.1.0"
__version__ = "5.2.0"


import django
Expand Down

0 comments on commit 5b8140d

Please sign in to comment.