Skip to content

Commit

Permalink
bump(RELEASE): 2.1.0 → 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Mar 12, 2024
1 parent 2aa8be7 commit 78d5c9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: osx_provisioner
name: collection
version: "2.1.0"
version: "2.2.0"
readme: README.md

authors:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ 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.1.0'
version = '2.2.0'
version_files = ['galaxy.yml:version', 'pyproject.toml:version']
version_provider = 'poetry'

[tool.poetry]
authors = ['Niall Byrne <[email protected]>']
description = 'A collection of OSX automation tools for Ansible.'
name = 'collection'
version = '2.1.0'
version = '2.2.0'

[tool.poetry.dependencies]
python = '^3.9'
Expand Down

0 comments on commit 78d5c9c

Please sign in to comment.