diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-11-02 16:18:54 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-11-02 16:18:54 +0100 |
commit | a230068ff7427c19e29331fc0f2bb17d50003bca (patch) | |
tree | 4595268ce82087a39065a96620f6974ba521f593 | |
parent | 6a750402787dfc1f39a9ad347f2d78ae1c94c52c (diff) |
release 2015.11.022015.11.02
-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 006b973c0..6ef482b78 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.11.01' +__version__ = '2015.11.02' |