Skip to content

Commit 7a3e6b1

Browse files
committed
chore: Version bump 5.5.1
1 parent 63d051e commit 7a3e6b1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.5.1](https://github.com/python-social-auth/social-app-django/releases/tag/5.5.1) - 2025-06-27
9+
10+
### Changed
11+
12+
- Fixed authentication with OpenID based services
13+
814
## [5.5.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.5.0) - 2025-06-27
915

1016
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ license-files = ["LICENSE"]
4141
name = "social-auth-app-django"
4242
readme = "README.md"
4343
requires-python = ">=3.10"
44-
version = "5.5.0"
44+
version = "5.5.1"
4545

4646
[project.optional-dependencies]
4747
# This is present until pip implements supports for PEP 735

0 commit comments

Comments
 (0)