Skip to content

Commit

Permalink
Bump: Pre-release v5.0.0-dev4 (#4418)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausHolbechArista authored Aug 30, 2024
1 parent 20da719 commit 6e7d8ad
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-dev3
version: 5.0.0-dev4
# 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.dev3
pyavd[ansible-collection]==5.0.0.dev4
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.dev3"
__version__ = "5.0.0.dev4"

__all__ = [
"get_avd_facts",
Expand Down

0 comments on commit 6e7d8ad

Please sign in to comment.