diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-02-22 23:50:42 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-02-22 23:50:42 +0700 |
commit | 345b24538b24772c6c5917439e62c510437fce04 (patch) | |
tree | 5def4b4e1e0e5f692392cb9d4e611f4c1a2c04d8 /youtube_dl/version.py | |
parent | 63a29b6118d147404b5fff63d82f098c4bfa3ffc (diff) |
release 2017.02.222017.02.22
Diffstat (limited to 'youtube_dl/version.py')
-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 a85aebaa3..fce1b8558 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2017.02.21' +__version__ = '2017.02.22' |