Skip to content

Commit

Permalink
Bump main to 7.0.0-dev0 (#1540)
Browse files Browse the repository at this point in the history
Bump main to 7.0.0-dev0

SUMMARY
Having branched stable-6, bump main to 7.0.0-dev0
Also drops the previously deprecated plugins/module_utils/urls.py
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
plugins/module_utils/urls.py
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
  • Loading branch information
tremble authored May 11, 2023
1 parent dec608f commit b198721
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 261 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/7.0.0-urls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
breaking_changes:
- module_utils - ``module_utils.urls`` was previously deprecated and has been removed ().
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: amazon
name: aws
version: 6.0.0
version: 7.0.0-dev0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

AMAZON_AWS_COLLECTION_NAME = "amazon.aws"
AMAZON_AWS_COLLECTION_VERSION = "6.0.0"
AMAZON_AWS_COLLECTION_VERSION = "7.0.0-dev0"


_collection_info_context = {
Expand Down
259 changes: 0 additions & 259 deletions plugins/module_utils/urls.py

This file was deleted.

0 comments on commit b198721

Please sign in to comment.