From 9ecc211682107993387c6ff32372b8448e722895 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Thu, 26 Dec 2024 11:02:02 +0100 Subject: [PATCH] Update version to 2.3.1rc1 --- kivy/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/_version.py b/kivy/_version.py index cbcab42e35..0d7d7b4a6c 100644 --- a/kivy/_version.py +++ b/kivy/_version.py @@ -10,7 +10,7 @@ if not RELEASE: # if it's a rcx release, it's not proceeded by a period. If it is a # devx release, it must start with a period - __version__ += '.dev0' + __version__ += 'rc1' _kivy_git_hash = ''