Skip to content

Commit 836b974

Browse files
committed
Version bump 5.4.0
1 parent c2f7604 commit 836b974

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [5.4.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.4.0) - 2023-10-17
9+
10+
### Changed
11+
- Improved JSON field migration performance
812
- Introduce configuration to request POST only requests for social authentication
13+
- Updated list of supported Django and Python versions
914

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

1217
### Changed
1318
- Uses Django native JSON field

requirements-dev.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
-r requirements.txt
22
coverage
3-
pre-commit==3.5.0; python_version >= '3.8'
4-
pre-commit==2.21.0; python_version < '3.8'
3+
pre-commit==3.5.0
54
tox==4.11.3

social_django/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "5.3.0"
1+
__version__ = "5.4.0"
22

33

44
from social_core.backends.base import BaseAuth

0 commit comments

Comments
 (0)