diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-12-12 07:09:59 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-12-12 07:09:59 +0700 |
commit | 3cb1a5dc73f934f1810852d12971f99ab32f6c96 (patch) | |
tree | 246659dc303c44b2487b938294896fcfb0e60b15 /youtube_dl | |
parent | ed40c02c9b2d2c022bd9d1b9ab2906c80e9118af (diff) |
release 2020.12.122020.12.12
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 7b968df59..53f75580d 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2020.12.09' +__version__ = '2020.12.12' |