From 5acc1e9da311bd536ed033d21daecafcae13298c Mon Sep 17 00:00:00 2001 From: "Jorge Rodriguez (A.K.A. Tiriel)" Date: Mon, 5 Oct 2020 10:54:27 +0300 Subject: [PATCH] Update plugins/doc_fragments/mysql.py Co-authored-by: Andrew Klychkov --- plugins/doc_fragments/mysql.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/doc_fragments/mysql.py b/plugins/doc_fragments/mysql.py index 3032073..2c3ddd5 100644 --- a/plugins/doc_fragments/mysql.py +++ b/plugins/doc_fragments/mysql.py @@ -69,6 +69,7 @@ options: - Requires pymysql >= 0.7.11. - This optoin has no effect on MySQLdb. type: bool + version_added: '1.1.0' requirements: - PyMySQL (Python 2.7 and Python 3.X), or - MySQLdb (Python 2.x)