From 552246b22800734f5417c8cd6fcda72119cabfbd Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 4 Feb 2021 23:16:40 +0100 Subject: [PATCH] Prepare 1.29.2 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 96636a7b..409960da 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -15,7 +15,7 @@ from pmb.config.merge_with_args import merge_with_args # # Exported variables (internal configuration) # -version = "1.29.1" +version = "1.29.2" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys"