From 5a1bda7f9e18c0981f263f7e359ce587bebbdff7 Mon Sep 17 00:00:00 2001 From: gcpdiag team Date: Mon, 24 Jul 2023 10:32:08 -0700 Subject: [PATCH] Bump version: 0.62 -> 0.63-test Change-Id: Ic91e83e3de7568d615b1684df2beea39fdbad236 GitOrigin-RevId: 7a81558da5f8426c7053c35ee548bd0d439df502 --- .bumpversion.cfg | 2 +- gcpdiag/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3e10c849d5..144e163dc2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.62 +current_version = 0.63-test parse = (?P\d+)\.(?P\d+)(-(?P.*))? message = Bump version: {current_version} -> {new_version} serialize = diff --git a/gcpdiag/config.py b/gcpdiag/config.py index 91d178d922..09bd345295 100644 --- a/gcpdiag/config.py +++ b/gcpdiag/config.py @@ -23,7 +23,7 @@ import yaml # gcpdiag version (not configurable, but useful to have here) -VERSION = '0.62' +VERSION = '0.63-test' """ Configuration properties are divided into 3 main categories: - static (class properties) which values cannot be changed or provided