From 5329d604f5416cb7b2cad6201764f539e3035bfe Mon Sep 17 00:00:00 2001 From: opsmill-bot Date: Mon, 9 Sep 2024 08:41:06 +0000 Subject: [PATCH] chore: update pyproject.toml & galaxy.yml --- galaxy.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 450161c..d7eceb5 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: opsmill name: infrahub # The version of the collection. Must be compatible with semantic versioning -version: 1.2.0 +version: 1.2.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/pyproject.toml b/pyproject.toml index 087371f..fcc18a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub_ansible_modules" -version = "1.2.0" +version = "1.2.1" description = "Ansible collection to interact with Infrahub's API" authors = ["OpsMill "] license = "GPLv3"