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

reviewable/pr18780/r1
Nick Harring 9 years ago
parent c0ca227717
commit 910761bd6d

@ -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…
Cancel
Save