From a2ef47411f420520a8ab0ad8514849415cf6bc56 Mon Sep 17 00:00:00 2001 From: vvatelot Date: Fri, 12 Jul 2024 09:31:09 +0000 Subject: [PATCH] chore(cli): Bump CLI version to 2.28.0 --- bases/ecoindex/cli/VERSION | 2 +- projects/ecoindex_cli/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bases/ecoindex/cli/VERSION b/bases/ecoindex/cli/VERSION index f046523..90efbd4 100644 --- a/bases/ecoindex/cli/VERSION +++ b/bases/ecoindex/cli/VERSION @@ -1 +1 @@ -2.27.1 +2.28.0 diff --git a/projects/ecoindex_cli/pyproject.toml b/projects/ecoindex_cli/pyproject.toml index 2f5aa03..65032e0 100644 --- a/projects/ecoindex_cli/pyproject.toml +++ b/projects/ecoindex_cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecoindex_cli" -version = "2.27.1" +version = "2.28.0" description = "`ecoindex-cli` is a CLI tool that let you make ecoindex tests on given pages" authors = ['Vincent Vatelot '] license = "Creative Commons BY-NC-ND"