From 383bad9e93647619614774e3d6a4aa11c4559809 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 23 Nov 2020 10:13:36 +0100 Subject: [PATCH] Prepare 1.25.0 release --- pmb/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 1c498cf2..479038a5 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -14,7 +14,7 @@ from pmb.config.merge_with_args import merge_with_args # # Exported variables (internal configuration) # -version = "1.24.0" +version = "1.25.0" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys"