File tree Expand file tree Collapse file tree
ansible_collections/arista/avd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace: arista
1010name : avd
1111
1212# The version of the collection. Must be compatible with semantic versioning
13- version : 6.0.0-dev7
13+ version : 6.0.0-dev8
1414# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515readme : README.md
1616
Original file line number Diff line number Diff line change 11# PyAVD must follow the exact same version as the Ansible collection.
2- pyavd [ansible-collection ]== 6.0.0.dev7
2+ pyavd [ansible-collection ]== 6.0.0.dev8
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ exclude_also = [
257257
258258[tool .bumpversion ]
259259
260- current_version = " 6.0.0-dev7 "
260+ current_version = " 6.0.0-dev8 "
261261
262262allow_dirty = true
263263commit = false
Original file line number Diff line number Diff line change 1818__author__ = "Arista Networks"
1919__copyright__ = "Copyright 2023-2024 Arista Networks"
2020__license__ = "Apache 2.0"
21- __version__ = "6.0.0.dev7 "
21+ __version__ = "6.0.0.dev8 "
2222
2323__all__ = [
2424 "get_avd_facts" ,
You can’t perform that action at this time.
0 commit comments