From 790cc11f032b84e262cc7080009f595404dbd3b4 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 9 Feb 2013 14:44:10 -0500 Subject: [PATCH] Change the 0.X part to not imply something new was added in 0.X something if a user forgets to put in a specific version in the module docs. --- examples/DOCUMENTATION.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/DOCUMENTATION.yaml b/examples/DOCUMENTATION.yaml index 55f7a1e0a60..7365c7bd9fe 100644 --- a/examples/DOCUMENTATION.yaml +++ b/examples/DOCUMENTATION.yaml @@ -7,7 +7,7 @@ short_description: This is a sentence describing the module description: - Longer description of the module - You might include instructions -version_added: 0.X +version_added: X.Y author: Your AWESOME name here notes: - Other things consumers of your module should know