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-dev8
13+ version : 6.0.0-dev9
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 @@ -10,7 +10,7 @@ distlib>=0.3.9
1010grpclib == 0.4.9
1111jinja2 >= 3.0
1212netaddr >= 0.7.19
13- pyavd == 6.0.0.dev8
13+ pyavd == 6.0.0.dev9
1414pyavd-utils == 0.0.2
1515python-socks [asyncio ]>= 2.7.2
1616pyyaml >= 6.0.0
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-dev8 "
260+ current_version = " 6.0.0-dev9 "
261261
262262allow_dirty = true
263263commit = false
@@ -293,8 +293,8 @@ replace = "version: {new_version}"
293293
294294[[tool .bumpversion .files ]]
295295filename = " python-avd/pyproject.toml"
296- search = ' pyavd==" {current_version}" '
297- replace = ' pyavd==" {new_version}" '
296+ search = ' pyavd=={current_version}'
297+ replace = ' pyavd=={new_version}'
298298parse = """ (?x)
299299 (?P<major>0|[1-9]\\ d*)\\ .
300300 (?P<minor>0|[1-9]\\ d*)\\ .
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.dev8 "
21+ __version__ = "6.0.0.dev9 "
2222
2323__all__ = [
2424 "get_avd_facts" ,
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ version = {attr = "pyavd.__version__"}
8484[dependency-groups ]
8585# helping pdm generate the flat list of requirements in pre-commit
8686self = [
87- " pyavd==6.0.0.dev8 "
87+ " pyavd==6.0.0.dev9 "
8888]
8989
9090[tool .black ]
You can’t perform that action at this time.
0 commit comments