From 8eed985b67827403fbedb229fb394c53e8069142 Mon Sep 17 00:00:00 2001 From: Rodney Peck Date: Wed, 27 Mar 2024 18:35:41 -0700 Subject: [PATCH] Bump version: 0.70-test -> 0.70 Change-Id: Ie2bab8bddbc8e436ad0ed66d1b6f5cc63bf570bf --- .bumpversion.cfg | 2 +- gcpdiag/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f55e342f8..fab75f32f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.70-test +current_version = 0.70 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 5e5c55399..4bcf5c416 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.70-test' +VERSION = '0.70' """ Configuration properties are divided into 3 main categories: - static (class properties) which values cannot be changed or provided