From 73a7d5de8d8f99736d64f1e94e9967ffe8651586 Mon Sep 17 00:00:00 2001 From: Michal Opala Date: Thu, 5 Sep 2024 16:22:00 +0200 Subject: [PATCH] M #-: Deprecate galaxy and poetry versioning (fix) (#90) - Version in pyproject.toml is insignificant to the project. - Version in galaxy.yml can confuse users since any branch can be used to clone the collection (and we don't use Galaxy portal). --- galaxy.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index b7a0c1d..9a4efd5 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: opennebula name: deploy -version: 1.0.0 +version: 0.0.0 readme: README.md diff --git a/pyproject.toml b/pyproject.toml index 9bf4471..5a47c34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "one-deploy" -version = "1.0.0" +version = "0.0.0" description = "" authors = ["OpenNebula "]