From 27bbf67ce0abc00cdedeeb3c1ec472d9c039fd50 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 14 Feb 2024 11:20:07 +0100 Subject: [PATCH] Release 4.5.3 (#885) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Version bump 4.5.3 * Update CHANGELOG.md --------- Co-authored-by: Michal Čihař --- CHANGELOG.md | 8 ++++++++ social_core/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8fd5c97..f7e3329c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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/). +## [4.5.3](https://github.com/python-social-auth/social-core/releases/tag/4.5.3) - 2024-02-14 + +### Added +- OpenStreetMap OAuth2 + +### Changed +- Etsy backend fixes + ## [4.5.2](https://github.com/python-social-auth/social-core/releases/tag/4.5.2) - 2024-01-26 ### Added diff --git a/social_core/__init__.py b/social_core/__init__.py index f490a964..5b43808f 100644 --- a/social_core/__init__.py +++ b/social_core/__init__.py @@ -1 +1 @@ -__version__ = "4.5.2" +__version__ = "4.5.3"