diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-04-14 00:31:49 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-04-14 00:31:49 +0700 |
commit | 38d2f8325f8d30cdb16c4ddea277772cbca6c8d0 (patch) | |
tree | 8b1a0c7c5a0b0dcc4f6ca422afd2eabb4847eac8 /youtube_dl | |
parent | 6f4dd6667b2d7ee4d3927090c4bc3e1ee6c85ce7 (diff) |
release 2017.04.142017.04.14
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 5918c10bc..f64ad97bb 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2017.04.11' +__version__ = '2017.04.14' |