From 01e7109ec9f60fe59cc7386aa4bebb8192cb9bc2 Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Mon, 20 Nov 2023 08:36:23 +0100 Subject: [PATCH] chore: Increase to RC3 of upcoming Release 2.7.0 Signed-off-by: Sven Sager --- src/revpimodio2/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/revpimodio2/__about__.py b/src/revpimodio2/__about__.py index 1ac724e..d093900 100644 --- a/src/revpimodio2/__about__.py +++ b/src/revpimodio2/__about__.py @@ -3,4 +3,4 @@ __author__ = "Sven Sager " __copyright__ = "Copyright (C) 2023 Sven Sager" __license__ = "LGPLv2" -__version__ = "2.7.0rc2" +__version__ = "2.7.0rc3"