From dd97fe42f20250bce709de13f2281b861fc1ceae Mon Sep 17 00:00:00 2001 From: Guillaume Mulocher Date: Fri, 17 May 2024 17:33:08 +0200 Subject: [PATCH] bump: Version 0.14.0 -> 0.15.0 (#687) --- docs/contribution.md | 2 +- docs/requirements-and-installation.md | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/contribution.md b/docs/contribution.md index a0d651959..cc3a1c006 100644 --- a/docs/contribution.md +++ b/docs/contribution.md @@ -28,7 +28,7 @@ $ pip install -e .[dev,cli] $ pip list -e Package Version Editable project location ------- ------- ------------------------- -anta 0.14.0 /mnt/lab/projects/anta +anta 0.15.0 /mnt/lab/projects/anta ``` Then, [`tox`](https://tox.wiki/) is configured with few environments to run CI locally: diff --git a/docs/requirements-and-installation.md b/docs/requirements-and-installation.md index c028247f1..75560d3aa 100644 --- a/docs/requirements-and-installation.md +++ b/docs/requirements-and-installation.md @@ -93,7 +93,7 @@ which anta ```bash # Check ANTA version anta --version -anta, version v0.14.0 +anta, version v0.15.0 ``` ## EOS Requirements diff --git a/pyproject.toml b/pyproject.toml index dc67db16d..0c7a91550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "anta" -version = "v0.14.0" +version = "v0.15.0" readme = "docs/README.md" authors = [{ name = "Khelil Sator", email = "ksator@arista.com" }] maintainers = [ @@ -110,7 +110,7 @@ namespaces = false # Version ################################ [tool.bumpver] -current_version = "0.14.0" +current_version = "0.15.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump: Version {old_version} -> {new_version}" commit = true