Skip to content

Commit

Permalink
Bump: Pre-release 5.0.0-dev2 (#4343)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann authored Aug 9, 2024
1 parent 5733071 commit ebc0336
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-dev1
version: 5.0.0-dev2
# 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.dev1
pyavd[ansible-collection]==5.0.0.dev2
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.dev1"
__version__ = "5.0.0.dev2"

__all__ = [
"get_avd_facts",
Expand Down

0 comments on commit ebc0336

Please sign in to comment.