We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8666918 commit 6033706Copy full SHA for 6033706
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
-## [Unreleased](https://github.com/python-social-auth/social-core/commits/master)
+## [4.0.0](https://github.com/python-social-auth/social-core/releases/tag/4.0.0) - 2021-01-10
9
10
### Added
11
- PayPal backend
social_core/__init__.py
@@ -1 +1 @@
1
-__version__ = '3.4.0'
+__version__ = '4.0.0'
0 commit comments