diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ed397d..86603313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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/). +## [3.4.0](https://github.com/python-social-auth/social-app-django/releases/tag/3.4.0) - 2020-05-30 + +### Changed +- Correct release mechanism + ## [3.3.0](https://github.com/python-social-auth/social-app-django/releases/tag/3.3.0) - 2020-05-30 ### Changed diff --git a/social_django/__init__.py b/social_django/__init__.py index 5aa37a11..462cfc82 100644 --- a/social_django/__init__.py +++ b/social_django/__init__.py @@ -1,4 +1,4 @@ -__version__ = '3.3.0' +__version__ = '3.4.0' from social_core.backends.base import BaseAuth