We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6780dd7 commit 348d5b5Copy full SHA for 348d5b5
β.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.13
+current_version = 1.0.14
3
commit = True
4
tag = False
5
βpyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scripts"
-version = "1.0.13"
+version = "1.0.14"
description = "CICD Core Scripts"
authors = ["B <[email protected]>"]
6
license = "Apache 2.0"
@@ -71,5 +71,5 @@ ensure_newline_before_comments = true
71
rcfile = ".pylintrc"
72
73
[build-system]
74
-requires = ["poetry-core>=1.0.13"]
+requires = ["poetry-core>=1.0.14"]
75
build-backend = "poetry.core.masonry.api"
0 commit comments