diff --git a/CHANGELOG.md b/CHANGELOG.md index b11fd615..f6aa9697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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](https://github.com/python-social-auth/social-core/commits/master) +## [3.4.0](https://github.com/python-social-auth/social-core/releases/tag/3.4.0) - 2020-06-21 ### Added - Zoom backend diff --git a/social_core/__init__.py b/social_core/__init__.py index bbeb48b1..f6310076 100644 --- a/social_core/__init__.py +++ b/social_core/__init__.py @@ -1 +1 @@ -__version__ = '3.3.3' +__version__ = '3.4.0'