Skip to content

Commit

Permalink
Bump: pre-release 4.0.0-dev1 (#4149)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann committed Jun 21, 2024
1 parent 122c299 commit 52ec0de
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: 4.9.0-dev0
version: 4.9.0-dev1
# 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]==4.9.0-dev0
pyavd[ansible-collection]==4.9.0-dev1
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__ = "4.9.0.dev0"
__version__ = "4.9.0.dev1"

__all__ = [
"get_avd_facts",
Expand Down

0 comments on commit 52ec0de

Please sign in to comment.