Skip to content

Commit

Permalink
Bump: Pre-Release 5.0.0-dev5 (#4439)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann authored Sep 6, 2024
1 parent 5ad59c2 commit e7f182f
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-dev4
version: 5.0.0-dev5
# 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.dev4
pyavd[ansible-collection]==5.0.0.dev5
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.dev4"
__version__ = "5.0.0.dev5"

__all__ = [
"get_avd_facts",
Expand Down

0 comments on commit e7f182f

Please sign in to comment.