Skip to content

Commit ca41f2a

Browse files
committed
Version bump 4.5.2
1 parent a5a34d5 commit ca41f2a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +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-
## [Unreleased]
8+
## [4.5.2](https://github.com/python-social-auth/social-core/releases/tag/4.5.2) - 2024-01-26
9+
10+
### Added
11+
- Etsy backend
912

1013
### Changed
1114
- Updated Facebook API version to 18.0
12-
15+
- Make AppleID work with multiple identifiers
1316

1417
## [4.5.1](https://github.com/python-social-auth/social-core/releases/tag/4.5.1) - 2023-11-29
1518

social_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.5.1"
1+
__version__ = "4.5.2"

0 commit comments

Comments
 (0)