From e7b7fa914263a95137fd8a09bbe679762ebddd69 Mon Sep 17 00:00:00 2001 From: Niall Byrne <9848926+niall-byrne@users.noreply.github.com> Date: Wed, 5 Jul 2023 11:10:44 -0400 Subject: [PATCH] =?UTF-8?q?bump(RELEASE):=202.0.1=20=E2=86=92=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- galaxy.yml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index cb3ba77..11ecb8c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: osx_provisioner name: collection -version: "2.0.1" +version: "2.1.0" readme: README.md authors: diff --git a/pyproject.toml b/pyproject.toml index e3e501f..9a7477e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = ['poetry-core>=1.0.0'] [tool.commitizen] bump_message = 'bump(RELEASE): $current_version → $new_version' pre_bump_hooks = ['.cicd-tools/boxes/bootstrap/commitizen/pre_bump.sh'] -version = '2.0.1' +version = '2.1.0' version_files = ['galaxy.yml:version', 'pyproject.toml:version'] version_provider = 'poetry' @@ -14,7 +14,7 @@ version_provider = 'poetry' authors = ['Niall Byrne '] description = 'A collection of OSX automation tools for Ansible.' name = 'collection' -version = '2.0.1' +version = '2.1.0' [tool.poetry.dependencies] python = '^3.9'