From 02b68df825648d5e61cf1e7b1bb586578fcf995f Mon Sep 17 00:00:00 2001 From: Kwesi Graham Date: Thu, 14 Nov 2024 10:08:27 +0000 Subject: [PATCH] Bump version: 0.77-test -> 0.77 Change-Id: I34f4a048b30c88b0740f2b4c6db6f380f23b8e08 GitOrigin-RevId: 289ffa409e2d163d45ab1d134d00e32628cf1096 --- .bumpversion.cfg | 2 +- gcpdiag/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 399a90ede..5d3b7a1cd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.77-test +current_version = 0.77 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 7e3c2ee2b..732af06c8 100644 --- a/gcpdiag/config.py +++ b/gcpdiag/config.py @@ -24,7 +24,7 @@ # gcpdiag version (not configurable, but useful to have here) # -VERSION = '0.77-test' +VERSION = '0.77' """ Configuration properties are divided into 3 main categories: - static (class properties) which values cannot be changed or provided