Skip to content

Commit a257750

Browse files
authored
Merge branch 'devel' into feat/eos_designs/svi_static_routes
2 parents 3a627f8 + d751048 commit a257750

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansible_collections/arista/avd/galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: arista
99
name: avd
1010

1111
# The version of the collection. Must be compatible with semantic versioning
12-
version: 5.3.0-dev3
12+
version: 5.3.0-dev4
1313
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414
readme: README.md
1515

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# PyAVD must follow the exact same version as the Ansible collection.
22
# For development this should be installed as an editable install as specified in requirement-dev.txt
3-
pyavd[ansible-collection]==5.3.0.dev3
3+
pyavd[ansible-collection]==5.3.0.dev4

python-avd/pyavd/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
__author__ = "Arista Networks"
2020
__copyright__ = "Copyright 2023-2024 Arista Networks"
2121
__license__ = "Apache 2.0"
22-
__version__ = "5.3.0.dev3"
22+
__version__ = "5.3.0.dev4"
2323

2424
__all__ = [
2525
"ValidationResult",

0 commit comments

Comments
 (0)