Skip to content

Commit d1d91ae

Browse files
committed
Version bump 4.4.0
1 parent 6408e00 commit d1d91ae

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,23 @@ 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.4.0](https://github.com/python-social-auth/social-core/releases/tag/4.4.0) - 2023-03-15
9+
910

1011
### Added
1112

1213
- Backend for OpenInfra OpenID
1314
- Facebook Limited Login backend
15+
- Add support for Python 3.11
1416

1517
### Changed
1618
- Removed OpenStackDevOpenId backend
1719
- Updated `user_data` method in `StripeOAuth2` to return `email` in `get_user_details`
1820
- Removes fixed version of `lxml`
21+
- Fixed OIDC crash on groups
22+
- Fixed Qiita users identification
23+
- Dropped support for TLSv1
24+
- Coding style improvements
1925

2026

2127
## [4.3.0](https://github.com/python-social-auth/social-core/releases/tag/4.3.0) - 2022-06-13

social_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.3.0"
1+
__version__ = "4.4.0"

0 commit comments

Comments
 (0)