From f4b0ba5fb17ed7f2e2d3ac955a0b87cdf423169a Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Mon, 11 Dec 2023 09:20:44 +0100 Subject: [PATCH] Bump main release to 8.0.0-dev0 (#1998) SUMMARY stable-7 has been branched, main now becomes 8.0.0-dev0. ISSUE TYPE Docs Pull Request COMPONENT NAME galaxy.yml plugins/module_utils/common.py ADDITIONAL INFORMATION --- galaxy.yml | 4 ++-- plugins/module_utils/common.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 4ce2e744b11..6c306fa9bb9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: community name: aws -version: 7.0.0-dev0 +version: 8.0.0-dev0 readme: README.md authors: - Ansible (https://github.com/ansible) @@ -9,7 +9,7 @@ description: A variety of Ansible content to help automate the management of AWS license_file: COPYING tags: [community, aws, cloud, amazon] dependencies: - amazon.aws: '>=7.0.0-dev0' + amazon.aws: '>=8.0.0-dev0' repository: https://github.com/ansible-collections/community.aws documentation: https://ansible-collections.github.io/community.aws/branch/main/collections/community/aws/index.html homepage: https://github.com/ansible-collections/community.aws diff --git a/plugins/module_utils/common.py b/plugins/module_utils/common.py index 153d468830e..4c33a0bb416 100644 --- a/plugins/module_utils/common.py +++ b/plugins/module_utils/common.py @@ -5,4 +5,4 @@ COMMUNITY_AWS_COLLECTION_NAME = "community.aws" -COMMUNITY_AWS_COLLECTION_VERSION = "7.0.0-dev0" +COMMUNITY_AWS_COLLECTION_VERSION = "8.0.0-dev0"