diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-05-15 10:13:43 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-05-15 10:13:43 +0200 |
commit | c4fc559f45ea5c40409eab44867ff2b4f08976c2 (patch) | |
tree | 6e3dcaf3d0e4ea9cc9f16be93d44e1ac60271324 /youtube_dl | |
parent | 2bc43303031215436b201e656094b60ab3ec7e9e (diff) |
release 2015.05.152015.05.15
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 83c5a1659..38f00bc9b 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.05.10' +__version__ = '2015.05.15' |