diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-03-18 22:02:39 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-03-18 22:02:39 +0100 |
commit | cbc3cfcab41599f1b52e328878e19d15be1792d4 (patch) | |
tree | f4f8244bbc9b9ddd97f702264e914f6c484ea167 /youtube_dl | |
parent | b30ef07c6ccb982cff623c34e7c5cec5d8eb9bb9 (diff) |
release 2015.03.182015.03.18
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 7ed07c375..51b4260aa 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.03.15' +__version__ = '2015.03.18' |