diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-02-21 23:48:24 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-02-21 23:48:24 +0700 |
commit | 8c6c88c7dae595d5cb7d5926eb00fbaf40103f8c (patch) | |
tree | d91e6d1ef28d2262225f050d9b1ad44a8d33d41f /youtube_dl | |
parent | 159aaaa9d09ce5843ec843d6e10030e229709e17 (diff) | |
download | youtube-dl-8c6c88c7dae595d5cb7d5926eb00fbaf40103f8c.zip youtube-dl-8c6c88c7dae595d5cb7d5926eb00fbaf40103f8c.tar.gz youtube-dl-8c6c88c7dae595d5cb7d5926eb00fbaf40103f8c.tar.bz2 |
release 2017.02.21
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 530e185..a85aeba 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2017.02.17' +__version__ = '2017.02.21' |