From 8d5ecca97f60a5f0bebdd6acd6cfbf95d5b1ce6f Mon Sep 17 00:00:00 2001 From: Alejandro Guirao Date: Sat, 4 Jul 2015 19:34:47 +0200 Subject: [PATCH] Fix version_added in DOCUMENTATION --- web_infrastructure/taiga_issue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_infrastructure/taiga_issue.py b/web_infrastructure/taiga_issue.py index a6d512c4e42..3664aa6a897 100644 --- a/web_infrastructure/taiga_issue.py +++ b/web_infrastructure/taiga_issue.py @@ -26,7 +26,7 @@ description: - Creates/deletes an issue in a Taiga Project Management Platform (U(https://taiga.io)). - An issue is identified by the combination of project, issue subject and issue type. - This module implements the creation or deletion of issues (not the update). -version_added: "1.9" +version_added: "2.0" options: taiga_host: description: