Skip to content

Commit

Permalink
Merge branch 'aristanetworks:devel' into issue4495_recirc_channel
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmusser authored Oct 4, 2024
2 parents c9d09e7 + a8b2b17 commit 7165ab5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible_collections/arista/avd/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/avd/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion python-avd/pyavd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7165ab5

Please sign in to comment.