From 0121396477b79d8f70366787af8d77937ca31a95 Mon Sep 17 00:00:00 2001 From: Guillaume Mulocher Date: Thu, 28 Sep 2023 21:09:17 +0200 Subject: [PATCH] bump: ANTA v0.9.0 (#418) bump: Version 0.8.0 -> 0.9.0 --- 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 4949dd204..b6f93b77d 100644 --- a/docs/contribution.md +++ b/docs/contribution.md @@ -26,7 +26,7 @@ $ pip install -e .[dev] $ pip list -e Package Version Editable project location ------- ------- ------------------------- -anta 0.8.0 /mnt/lab/projects/anta +anta 0.9.0 /mnt/lab/projects/anta ``` Then, [`tox`](https://tox.wiki/) is configued with few environments to run CI locally: diff --git a/docs/requirements-and-installation.md b/docs/requirements-and-installation.md index 351c2dc00..9367f948c 100644 --- a/docs/requirements-and-installation.md +++ b/docs/requirements-and-installation.md @@ -61,7 +61,7 @@ which anta ```bash # Check ANTA version anta --version -anta, version v0.8.0 +anta, version v0.9.0 ``` ## EOS Requirements diff --git a/pyproject.toml b/pyproject.toml index 567cd097f..16cc0734f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "anta" -version = "v0.8.0" +version = "v0.9.0" readme = "docs/README.md" authors = [{ name = "Khelil Sator", email = "ksator@arista.com" }] maintainers = [ @@ -107,7 +107,7 @@ namespaces = false # Version ################################ [tool.bumpver] -current_version = "0.8.0" +current_version = "0.9.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump: Version {old_version} -> {new_version}" commit = true