[version] update

:ci skip dl
This commit is contained in:
pukkandan 2021-01-29 23:42:28 +05:30
parent 29b6000e35
commit eabce90175
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
* Change "Merged with youtube-dl" version in Readme.md if needed
* Commit to master as `Release <version>`
* 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

View File

@ -1,3 +1,3 @@
from __future__ import unicode_literals
__version__ = '2021.01.24'
__version__ = '2021.01.29'