Skip to content

Commit 3c778c9

Browse files
committed
chore: release 4.6.1
1 parent ef5d5ad commit 3c778c9

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+
## [4.6.1](https://github.com/python-social-auth/social-core/releases/tag/4.6.1) - 2025-04-28
9+
10+
### Changed
11+
12+
- Fixed crash in partial pipelines for some backends
13+
814
## [4.6.0](https://github.com/python-social-auth/social-core/releases/tag/4.6.0) - 2025-04-25
915

1016
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ license-files = ["LICENSE"]
5454
name = "social-auth-core"
5555
readme = "README.md"
5656
requires-python = ">=3.9"
57-
version = "4.6.0"
57+
version = "4.6.1"
5858

5959
[project.optional-dependencies]
6060
all = [

0 commit comments

Comments
 (0)