From 6ac93b3ec6a48f8f6fb4424702e313e82301ff41 Mon Sep 17 00:00:00 2001 From: Carl Buchmann Date: Fri, 20 Dec 2024 11:02:15 -0500 Subject: [PATCH] Bump: Pre-release 5.2.0-dev2 (#4839) --- 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 f3cd5fbe840..aa3106598f1 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.2.0-dev1 +version: 5.2.0-dev2 # 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 cbe7698beae..f0c5bcd8a79 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.2.0.dev1 +pyavd[ansible-collection]==5.2.0.dev2 diff --git a/python-avd/pyavd/__init__.py b/python-avd/pyavd/__init__.py index 2fc2a9e34e9..2c869f16514 100644 --- a/python-avd/pyavd/__init__.py +++ b/python-avd/pyavd/__init__.py @@ -18,7 +18,7 @@ __author__ = "Arista Networks" __copyright__ = "Copyright 2023-2024 Arista Networks" __license__ = "Apache 2.0" -__version__ = "5.2.0.dev1" +__version__ = "5.2.0.dev2" __all__ = [ "ValidationResult",