diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-12-23 21:24:18 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-12-23 21:24:18 +0700 |
commit | 307a7588b0a9205688e8ebc2539c1b0e19f68a6f (patch) | |
tree | ae375e5fe85a7b83e4b8a6726792d9ef7e81cd73 /youtube_dl/version.py | |
parent | c2f2f8b120628f7e0e4b0a6f7184884fa976d9c0 (diff) |
release 2017.12.232017.12.23
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 2b5a63464..f999584d7 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2017.12.14' +__version__ = '2017.12.23' |