From 842bcfbad6be0c47db2c9e611c3b76125947613a Mon Sep 17 00:00:00 2001 From: Gregor von Laszewski Date: Wed, 16 Aug 2023 15:51:43 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.3.12=20=E2=86=92=204.3.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- VERSION | 2 +- cloudmesh/cc/__init__.py | 2 +- cloudmesh/cc/__version__.py | 2 +- openapi.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0c33b8c8..1d0359bb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.3.12 +current_version = 4.3.13 commit = True tag = False diff --git a/VERSION b/VERSION index c709e7e4..d18c8f47 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.3.12 \ No newline at end of file +4.3.13 \ No newline at end of file diff --git a/cloudmesh/cc/__init__.py b/cloudmesh/cc/__init__.py index 622e4443..778fa98d 100644 --- a/cloudmesh/cc/__init__.py +++ b/cloudmesh/cc/__init__.py @@ -1,2 +1,2 @@ """Cloudmesh cc package.""" -__version__ = "4.3.12" +__version__ = "4.3.13" diff --git a/cloudmesh/cc/__version__.py b/cloudmesh/cc/__version__.py index 43f110ce..c32e0ed7 100644 --- a/cloudmesh/cc/__version__.py +++ b/cloudmesh/cc/__version__.py @@ -1,2 +1,2 @@ """The cloudmesh cc version number.""" -version = "4.3.12" +version = "4.3.13" diff --git a/openapi.yaml b/openapi.yaml index f943fc81..09c98dec 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -32,7 +32,7 @@ components: type: object info: title: cloudmesh-cc - version: 4.3.12 + version: 4.3.13 openapi: 3.0.2 paths: /workflow/run/{workflow_name}: