Added version_added in Documentation output. Fixed shebang to be /usr/bin/python.
This commit is contained in:
parent
bb817b26c6
commit
385f319b46
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
|
||||
# (c) 2014-2015, Epic Games, Inc.
|
||||
|
||||
|
@ -13,6 +13,7 @@ short_description: create an annotation in circonus
|
|||
description:
|
||||
- Create an annotation event with a given category, title and description. Optionally start, end or durations can be provided
|
||||
author: Nick Harring
|
||||
version_added: 2.0
|
||||
requirements:
|
||||
- urllib3
|
||||
- requests
|
||||
|
|
Loading…
Reference in a new issue