summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-10-24 00:10:41 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2015-10-24 00:10:41 +0200
commitab9c7214ee6c831a68216caf1cd1f9f3c183e4fd (patch)
tree73f63240a6c0bbe3b97fb351bb3602a57f266ec8
parentdae69640d086ca1e2683ca81b60f48a0c6c83eac (diff)
release 2015.10.242015.10.24
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--youtube_dl/version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index aebded4ce2..09ce98ca25 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
**Please include the full output of youtube-dl when run with `-v`**.
-The output (including the first lines) contain important debugging information. Issues without the full output are often not reproducible and therefore do not get solved in short order, if ever.
+The output (including the first lines) contains important debugging information. Issues without the full output are often not reproducible and therefore do not get solved in short order, if ever.
Please re-read your issue once again to avoid a couple of common mistakes (you can and should use this as a checklist):
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index d5c7f338d4..125e8ccf57 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
from __future__ import unicode_literals
-__version__ = '2015.10.23'
+__version__ = '2015.10.24'