Updated version_added for stable-1

This commit is contained in:
Laurent Indermuehle 2023-01-31 16:56:25 +01:00
commit 9a1f85fb99
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
2 changed files with 3 additions and 3 deletions

View file

@ -214,14 +214,14 @@ connector_name:
sample: sample:
- "pymysql" - "pymysql"
- "MySQLdb" - "MySQLdb"
version_added: '3.6.0' version_added: '1.5.0'
connector_version: connector_version:
description: Version of the python connector used by the module. When the connector is not identified, returns C(Unknown). description: Version of the python connector used by the module. When the connector is not identified, returns C(Unknown).
returned: always returned: always
type: str type: str
sample: sample:
- "1.0.2" - "1.0.2"
version_added: '3.6.0' version_added: '1.5.0'
''' '''
from decimal import Decimal from decimal import Decimal

View file

@ -1,5 +1,5 @@
--- ---
# Added in 3.6.0 in # Added in 1.5.0, 2.4.0 and 3.6.0 in
# https://github.com/ansible-collections/community.mysql/pull/497 # https://github.com/ansible-collections/community.mysql/pull/497
# TODO: Refactor in PR490. # TODO: Refactor in PR490.