diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 353c4e1d..a2b65a9f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.3.14 +current_version = 4.3.15 commit = True tag = False diff --git a/VERSION b/VERSION index 1b4a37eb..3dc1e84c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.3.14 \ No newline at end of file +4.3.15 \ No newline at end of file diff --git a/cloudmesh/cc/__init__.py b/cloudmesh/cc/__init__.py index cc388c1f..244f5908 100644 --- a/cloudmesh/cc/__init__.py +++ b/cloudmesh/cc/__init__.py @@ -1,2 +1,2 @@ """Cloudmesh cc package.""" -__version__ = "4.3.14" +__version__ = "4.3.15" diff --git a/cloudmesh/cc/__version__.py b/cloudmesh/cc/__version__.py index 38d9ec73..039e122a 100644 --- a/cloudmesh/cc/__version__.py +++ b/cloudmesh/cc/__version__.py @@ -1,2 +1,2 @@ """The cloudmesh cc version number.""" -version = "4.3.14" +version = "4.3.15" diff --git a/openapi.yaml b/openapi.yaml index 1e0cf333..b9c1adaa 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -32,7 +32,7 @@ components: type: object info: title: cloudmesh-cc - version: 4.3.14 + version: 4.3.15 openapi: 3.0.2 paths: /workflow/run/{workflow_name}: