From 4275bc9fb5a76c5a8d6b4499603af33c64f95960 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Wed, 5 Mar 2025 19:02:24 +0100 Subject: [PATCH] Upver to 1.5.0 Bumping the minor version just because this is going to be the first version properly supporting Android 13 (see commit 6a0d1909) --- tools/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config/__init__.py b/tools/config/__init__.py index e14ff2d..6b69f4e 100644 --- a/tools/config/__init__.py +++ b/tools/config/__init__.py @@ -12,7 +12,7 @@ from tools.config.save import save # # Exported variables (internal configuration) # -version = "1.4.3" +version = "1.5.0" tools_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") # Keys saved in the config file (mostly what we ask in 'waydroid init') -- 2.47.3