diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-03-24 03:14:30 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-03-24 03:14:30 +0700 |
commit | 049c0486bbd57a9bb5fb5a6a5eeff82fd4ac03ff (patch) | |
tree | 31dab753e6d79bfd6feb67a2b7ab194ef877ecd3 /youtube_dl | |
parent | 30b5121a1c63c3f84251e9add3c9bf9e3c490228 (diff) |
release 2020.03.242020.03.24
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 0f768f7c1..5aedd3268 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2020.03.08' +__version__ = '2020.03.24' |