From a8b2b171d219a16b36cee496f1ab9c8a5dc78e0c Mon Sep 17 00:00:00 2001 From: Carl Buchmann Date: Fri, 4 Oct 2024 14:56:37 -0400 Subject: [PATCH] Bump: Pre-release 5.0.0-dev9 (#4553) --- ansible_collections/arista/avd/galaxy.yml | 2 +- ansible_collections/arista/avd/requirements.txt | 2 +- python-avd/pyavd/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible_collections/arista/avd/galaxy.yml b/ansible_collections/arista/avd/galaxy.yml index 364c700ea31..0e081e1de5e 100644 --- a/ansible_collections/arista/avd/galaxy.yml +++ b/ansible_collections/arista/avd/galaxy.yml @@ -9,7 +9,7 @@ namespace: arista name: avd # The version of the collection. Must be compatible with semantic versioning -version: 5.0.0-dev8 +version: 5.0.0-dev9 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/ansible_collections/arista/avd/requirements.txt b/ansible_collections/arista/avd/requirements.txt index c11f623ce78..18c2a249535 100644 --- a/ansible_collections/arista/avd/requirements.txt +++ b/ansible_collections/arista/avd/requirements.txt @@ -1,3 +1,3 @@ # PyAVD must follow the exact same version as the Ansible collection. # For development this should be installed as an editable install as specified in requirement-dev.txt -pyavd[ansible-collection]==5.0.0.dev8 +pyavd[ansible-collection]==5.0.0.dev9 diff --git a/python-avd/pyavd/__init__.py b/python-avd/pyavd/__init__.py index 1084aa0d509..bde57ec9867 100644 --- a/python-avd/pyavd/__init__.py +++ b/python-avd/pyavd/__init__.py @@ -17,7 +17,7 @@ __author__ = "Arista Networks" __copyright__ = "Copyright 2023-2024 Arista Networks" __license__ = "Apache 2.0" -__version__ = "5.0.0.dev8" +__version__ = "5.0.0.dev9" __all__ = [ "get_avd_facts",