Skip to content

Commit bde9146

Browse files
committed
Version bump 4.0.1
1 parent 04ad49f commit bde9146

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## [4.0.1](https://github.com/python-social-auth/social-core/releases/tag/4.0.0) - 2021-01-10
9+
10+
### Changed
11+
- Fixes to Github-action release mechanism
12+
813
## [4.0.0](https://github.com/python-social-auth/social-core/releases/tag/4.0.0) - 2021-01-10
914

1015
### Added

social_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.0.0'
1+
__version__ = '4.0.1'

0 commit comments

Comments
 (0)