Skip to content

Commit cbec020

Browse files
authored
Bump: Pre-release 6.0.0-dev8 (#6489)
1 parent 6e2c94e commit cbec020

4 files changed

Lines changed: 4 additions & 4 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-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
1515
readme: README.md
1616

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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-dev7"
260+
current_version = "6.0.0-dev8"
261261

262262
allow_dirty = true
263263
commit = false

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.dev7"
21+
__version__ = "6.0.0.dev8"
2222

2323
__all__ = [
2424
"get_avd_facts",

0 commit comments

Comments
 (0)