From 34d6b3edb31cb0b85fe3c89d3207c68e31a48a97 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 27 Jan 2021 23:02:24 +0100 Subject: [PATCH] Prepare 1.29.1 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 1d57d298..f5327b6d 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.0" +version = "1.29.1" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys"