File tree 3 files changed +3
-3
lines changed
ansible_collections/arista/avd
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace: arista
9
9
name : avd
10
10
11
11
# The version of the collection. Must be compatible with semantic versioning
12
- version : 5.3.0-dev3
12
+ version : 5.3.0-dev4
13
13
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
14
14
readme : README.md
15
15
Original file line number Diff line number Diff line change 1
1
# PyAVD must follow the exact same version as the Ansible collection.
2
2
# 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
Original file line number Diff line number Diff line change 19
19
__author__ = "Arista Networks"
20
20
__copyright__ = "Copyright 2023-2024 Arista Networks"
21
21
__license__ = "Apache 2.0"
22
- __version__ = "5.3.0.dev3 "
22
+ __version__ = "5.3.0.dev4 "
23
23
24
24
__all__ = [
25
25
"ValidationResult" ,
You can’t perform that action at this time.
0 commit comments