mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Appended .0 to version added
This commit is contained in:
parent
d45c4ed11f
commit
1035959459
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
Module for making various web calls. Primarily designed for webhooks and the
|
||||
like, but also useful for basic http testing.
|
||||
|
||||
.. versionadded:: 2015.5
|
||||
.. versionadded:: 2015.5.0
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
# Import Python libs
|
||||
|
@ -19,7 +19,7 @@ def query(url, output=True, **kwargs):
|
|||
'''
|
||||
Query a resource, and decode the return data
|
||||
|
||||
.. versionadded:: 2015.5
|
||||
.. versionadded:: 2015.5.0
|
||||
|
||||
CLI Example:
|
||||
|
||||
|
@ -44,7 +44,7 @@ def update_ca_bundle(target=None, source=None, merge_files=None):
|
|||
'''
|
||||
Update the local CA bundle file from a URL
|
||||
|
||||
.. versionadded:: 2015.5
|
||||
.. versionadded:: 2015.5.0
|
||||
|
||||
CLI Example:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue