diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-11-29 13:53:01 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-11-29 13:53:01 +0700 |
commit | b449b73dccf6fdd676770ea83cff322348cdf778 (patch) | |
tree | b816ee99c65ee536061291d0af69a4f0a190c028 /youtube_dl | |
parent | 16c822e91e6cbd433bd562c213538553574b2a94 (diff) |
release 2020.11.292020.11.29
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/version.py b/youtube_dl/version.py index d8a53b96e..ebb8a200d 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2020.11.26' +__version__ = '2020.11.29' |