From fb33930a5926493d423e706f896ea1c059b628a9 Mon Sep 17 00:00:00 2001 From: Teoman ONAY Date: Thu, 9 Jan 2025 13:48:42 +0100 Subject: [PATCH] Fix galaxy version for new release Signed-off-by: Teoman ONAY --- galaxy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 00eb8c9..f28f2a8 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -5,7 +5,7 @@ namespace: "ceph" name: "automation" -version: 1.0.1 +version: 1.1.0 readme: README.md authors: - Teoman ONAY @@ -29,6 +29,7 @@ build_ignore: - .gitignore - changelogs/.plugin-cache.yaml - ".*" + # A dict controlling use of manifest directives used in building the collection artifact. The key 'directives' is a # list of MANIFEST.in style # L(directives,https://packaging.python.org/en/latest/guides/using-manifest-in/#manifest-in-commands). The key