mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 07:04:38 +00:00
[version] update
:ci skip dl
This commit is contained in:
parent
29b6000e35
commit
eabce90175
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '2021.01.24'
|
||||
__version__ = '2021.01.29'
|
||||
|
|
Loading…
Reference in a new issue