From d1d91ae262baa80ad980e32ae5a4ed4bb5cc6a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 15 Mar 2023 15:43:30 +0100 Subject: [PATCH] Version bump 4.4.0 --- CHANGELOG.md | 8 +++++++- social_core/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d47a745..da606e82b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,23 @@ 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/). -## [Unreleased] +## [4.4.0](https://github.com/python-social-auth/social-core/releases/tag/4.4.0) - 2023-03-15 + ### Added - Backend for OpenInfra OpenID - Facebook Limited Login backend +- Add support for Python 3.11 ### Changed - Removed OpenStackDevOpenId backend - Updated `user_data` method in `StripeOAuth2` to return `email` in `get_user_details` - Removes fixed version of `lxml` +- Fixed OIDC crash on groups +- Fixed Qiita users identification +- Dropped support for TLSv1 +- Coding style improvements ## [4.3.0](https://github.com/python-social-auth/social-core/releases/tag/4.3.0) - 2022-06-13 diff --git a/social_core/__init__.py b/social_core/__init__.py index 111dc9172..ecdb1cef9 100644 --- a/social_core/__init__.py +++ b/social_core/__init__.py @@ -1 +1 @@ -__version__ = "4.3.0" +__version__ = "4.4.0"