Skip to content

Commit 916c2ee

Browse files
authored
Bump: Pre-release 6.0.0-dev9 (#6540)
1 parent 36e54a1 commit 916c2ee

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

ansible_collections/arista/avd/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace: arista
1010
name: 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
1515
readme: README.md
1616

ansible_collections/arista/avd/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ distlib>=0.3.9
1010
grpclib==0.4.9
1111
jinja2>=3.0
1212
netaddr>=0.7.19
13-
pyavd==6.0.0.dev8
13+
pyavd==6.0.0.dev9
1414
pyavd-utils==0.0.2
1515
python-socks[asyncio]>=2.7.2
1616
pyyaml>=6.0.0

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

262262
allow_dirty = true
263263
commit = false
@@ -293,8 +293,8 @@ replace = "version: {new_version}"
293293

294294
[[tool.bumpversion.files]]
295295
filename = "python-avd/pyproject.toml"
296-
search = 'pyavd=="{current_version}"'
297-
replace = 'pyavd=="{new_version}"'
296+
search = 'pyavd=={current_version}'
297+
replace = 'pyavd=={new_version}'
298298
parse = """(?x)
299299
(?P<major>0|[1-9]\\d*)\\.
300300
(?P<minor>0|[1-9]\\d*)\\.

python-avd/pyavd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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",

python-avd/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
8686
self = [
87-
"pyavd==6.0.0.dev8"
87+
"pyavd==6.0.0.dev9"
8888
]
8989

9090
[tool.black]

0 commit comments

Comments
 (0)