From 4f5b0ffabe6e804f9c37a0c37a0899b88afaa269 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Mon, 14 Oct 2013 23:25:49 -0500 Subject: [PATCH] Fix incorrect versionadded directives There is no release 0.17, the correct release number is 0.17.0. --- salt/modules/svn.py | 20 ++++++++++---------- salt/states/svn.py | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/salt/modules/svn.py b/salt/modules/svn.py index e3353ecbc2..a2f43512e9 100644 --- a/salt/modules/svn.py +++ b/salt/modules/svn.py @@ -50,7 +50,7 @@ def _run_svn(cmd, cwd, user, username, password, opts, **kwargs): password Connect to the Subversion server with this password - .. versionadded:: 0.17 + .. versionadded:: 0.17.0 opts Any additional options to add to the command line @@ -100,7 +100,7 @@ def info(cwd, password : None Connect to the Subversion server with this password - .. versionadded:: 0.17 + .. versionadded:: 0.17.0 fmt : str How to fmt the output from info. @@ -162,7 +162,7 @@ def checkout(cwd, password : None Connect to the Subversion server with this password - .. versionadded:: 0.17 + .. versionadded:: 0.17.0 CLI Example: @@ -231,7 +231,7 @@ def update(cwd, targets=None, user=None, username=None, password=None, *opts): password : None Connect to the Subversion server with this password - .. versionadded:: 0.17 + .. versionadded:: 0.17.0 username : None Connect to the Subversion server as another user @@ -268,7 +268,7 @@ def diff(cwd, targets=None, user=None, username=None, password=None, *opts): password : None Connect to the Subversion server with this password - .. versionadded:: 0.17 + .. versionadded:: 0.17.0 CLI Example: @@ -311,7 +311,7 @@ def commit(cwd, password : None Connect to the Subversion server with this password - .. versionadded:: 0.17 + .. versionadded:: 0.17.0 CLI Example: @@ -345,7 +345,7 @@ def add(cwd, targets, user=None, username=None, password=None, *opts): password : None Connect to the Subversion server with this password - .. versionadded:: 0.17 + .. versionadded:: 0.17.0 CLI Example: @@ -386,7 +386,7 @@ def remove(cwd, password : None Connect to the Subversion server with this password - .. versionadded:: 0.17 + .. versionadded:: 0.17.0 CLI Example: @@ -422,7 +422,7 @@ def status(cwd, targets=None, user=None, username=None, password=None, *opts): password : None Connect to the Subversion server with this password - .. versionadded:: 0.17 + .. versionadded:: 0.17.0 CLI Example: @@ -464,7 +464,7 @@ def export(cwd, password : None Connect to the Subversion server with this password - .. versionadded:: 0.17 + .. versionadded:: 0.17.0 CLI Example: diff --git a/salt/states/svn.py b/salt/states/svn.py index ec94645c9e..b48d53567b 100644 --- a/salt/states/svn.py +++ b/salt/states/svn.py @@ -66,7 +66,7 @@ def latest(name, password Connect to the Subversion server with this password - .. versionadded:: 0.17 + .. versionadded:: 0.17.0 force : False Continue if conflicts are encountered @@ -180,7 +180,7 @@ def export(name, password Connect to the Subversion server with this password - .. versionadded:: 0.17 + .. versionadded:: 0.17.0 force : False Continue if conflicts are encountered