From 08b2d6a323b81cc7c5df81f6cc24f2243bff2e9b Mon Sep 17 00:00:00 2001 From: Aaron Riedener Date: Thu, 4 Apr 2024 21:34:35 +0200 Subject: [PATCH] [Issue #351] ci: Defined version rc1 for testing of the new pypiGeneration --- koalixcrm/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koalixcrm/version.py b/koalixcrm/version.py index 87fda557..37aa0054 100644 --- a/koalixcrm/version.py +++ b/koalixcrm/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -KOALIXCRM_VERSION = "1.13.0" \ No newline at end of file +KOALIXCRM_VERSION = "1.13.0-rc1" \ No newline at end of file