From 5d9f513f717c1cfbce3e86335d41955497036d34 Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Wed, 18 Sep 2024 09:25:59 +0200 Subject: [PATCH] chore: Increase to RC1 of upcoming Release 2.7.2 --- 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 bbe1c74..c315b5c 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.1" +__version__ = "2.7.2rc1"