Skip to content

Commit

Permalink
Version bump 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Oct 17, 2023
1 parent c2f7604 commit 836b974
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [5.4.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.4.0) - 2023-10-17

### Changed
- Improved JSON field migration performance
- Introduce configuration to request POST only requests for social authentication
- Updated list of supported Django and Python versions

## [5.3.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.2.0) - 2023-09-01
## [5.3.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.3.0) - 2023-09-01

### Changed
- Uses Django native JSON field
Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-r requirements.txt
coverage
pre-commit==3.5.0; python_version >= '3.8'
pre-commit==2.21.0; python_version < '3.8'
pre-commit==3.5.0
tox==4.11.3
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.3.0"
__version__ = "5.4.0"


from social_core.backends.base import BaseAuth
Expand Down

0 comments on commit 836b974

Please sign in to comment.