Added version_added in Documentation output. Fixed shebang to be /usr/bin/python.

pull/4420/head
Nick Harring 2015-05-12 14:27:22 -07:00 committed by Matt Clay
parent bb817b26c6
commit 385f319b46
1 changed files with 2 additions and 1 deletions

View File

@ -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