Skip to content

Commit

Permalink
Bump provisioner released version to 0.1.15 (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: ZachiNachshon <zachi.nachshon@gmail.com>
  • Loading branch information
github-actions[bot] and ZachiNachshon authored Dec 17, 2024
1 parent 9618396 commit 1fff8c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions provisioner/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "provisioner_runtime"
version = "0.1.14"
version = "0.1.15"
description = "Provision Everything Anywhere"
authors = ["Zachi Nachshon <zachi.nachshon@gmail.com>"]

Expand All @@ -22,7 +22,7 @@ provisioner = "provisioner_runtime.main:main"

[tool.poetry.dependencies]
python = "^3.11"
provisioner-shared = "^0.1.14"
provisioner-shared = "^0.1.15"

[build-system]
requires = ["poetry-core>=1.4.0"]
Expand Down
2 changes: 1 addition & 1 deletion provisioner/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.14
0.1.15
2 changes: 1 addition & 1 deletion provisioner_shared/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[tool.poetry]
name = "provisioner_shared"
# Version should be in line with the runtime version
version = "0.1.14"
version = "0.1.15"
description = "Shared package used by the provisioner runtime and plugins"
authors = ["Zachi Nachshon <zachi.nachshon@gmail.com>"]

Expand Down
2 changes: 1 addition & 1 deletion provisioner_shared/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.14
0.1.15

0 comments on commit 1fff8c3

Please sign in to comment.