diff --git a/Changelog.md b/Changelog.md index ce3e549a9..1ce76cbd9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,7 +8,7 @@ * Change "Merged with youtube-dl" version in Readme.md if needed * Commit to master as `Release ` * Push to origin/release - build task will now run -* Update version.py using devscripts\update-version.py +* Update version.py using devscripts\update-version.py (be wary of timezones) * Run `make issuetemplates` * Commit to master as `[version] update :ci skip all` * Push to origin/master diff --git a/youtube_dlc/version.py b/youtube_dlc/version.py index 080460d50..cdcbcb824 100644 --- a/youtube_dlc/version.py +++ b/youtube_dlc/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2021.01.24' +__version__ = '2021.01.29'