diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-06-15 01:35:50 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-06-15 01:35:50 +0200 |
commit | 4b9f9010b0d744969189c383e98e8729f9fe9623 (patch) | |
tree | 94de06867f728b1685f52e9c70fc57a7bda57a72 /youtube_dl/version.py | |
parent | 67d95f177c7ffedfc8f8b086535013a1a7a48b29 (diff) |
release 2015.06.152015.06.15
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 9cf84ff71..34a13cb81 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.06.04.1' +__version__ = '2015.06.15' |