From 6c072e7d2521821f692102fdfa4a431cf1a076ae Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister <phihag@phihag.de>
Date: Thu, 27 Mar 2014 02:22:57 +0100
Subject: [PATCH] release 2014.03.27

---
 README.md             | 1 +
 youtube_dl/version.py | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 95795c3150..0352a5bcb8 100644
--- a/README.md
+++ b/README.md
@@ -169,6 +169,7 @@ which means you can modify it, redistribute it or use it however you like.
 
 ## Verbosity / Simulation Options:
     -q, --quiet                      activates quiet mode
+    --no-warnings                    Ignore warnings
     -s, --simulate                   do not download the video and do not write
                                      anything to disk
     --skip-download                  do not download the video
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index b569d52f5e..4b468bb9ee 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
 
-__version__ = '2014.03.25.1'
+__version__ = '2014.03.27'