From 8b65427d1662a82d50e4b55cf878017a415a177e Mon Sep 17 00:00:00 2001 From: Kwesi Graham Date: Tue, 1 Oct 2024 14:47:58 +0000 Subject: [PATCH] Bump version: 0.76 -> 0.77-test Change-Id: I62a30be9ad9f12336bc3646b049744e8a6e372ae GitOrigin-RevId: 0fc34e648950f3cbd60be0091747dab07fd96408 --- .bumpversion.cfg | 2 +- gcpdiag/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bc98415a1..399a90ede 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.76 +current_version = 0.77-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 f842f521a..9d3e8d950 100644 --- a/gcpdiag/config.py +++ b/gcpdiag/config.py @@ -24,7 +24,7 @@ # gcpdiag version (not configurable, but useful to have here) # -VERSION = '0.76' +VERSION = '0.77-test' """ Configuration properties are divided into 3 main categories: - static (class properties) which values cannot be changed or provided