Procházet zdrojové kódy

release 2015.10.24

Philipp Hagemeister před 10 roky
rodič
revize
ab9c7214ee
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      CONTRIBUTING.md
  2. 1 1
      youtube_dl/version.py

+ 1 - 1
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):
 

+ 1 - 1
youtube_dl/version.py

@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.10.23'
+__version__ = '2015.10.24'