We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b99995 commit 29cbbd2Copy full SHA for 29cbbd2
CHANGELOG.md
@@ -5,7 +5,12 @@ 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
-## [4.0.1](https://github.com/python-social-auth/social-core/releases/tag/4.0.0) - 2021-01-10
+## [4.0.2](https://github.com/python-social-auth/social-core/releases/tag/4.0.2) - 2021-01-10
9
+
10
+### Changed
11
+- Fixes to Github-action release mechanism
12
13
+## [4.0.1](https://github.com/python-social-auth/social-core/releases/tag/4.0.1) - 2021-01-10
14
15
### Changed
16
- Fixes to Github-action release mechanism
social_core/__init__.py
@@ -1 +1 @@
1
-__version__ = '4.0.1'
+__version__ = '4.0.2'
0 commit comments