From 03303ef7bccdae052b38b688608d1ce2e8fbe850 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 24 May 2022 20:16:07 +0200 Subject: [PATCH] Prepare 1.44.1 release Tag 1.44.0 was done without bumping pmb.config.version, so tag another one. --- 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 395e27e9..12f27425 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -17,7 +17,7 @@ from pmb.config.sudo import which_sudo # # Exported variables (internal configuration) # -version = "1.43.1" +version = "1.44.1" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys" arch_native = pmb.parse.arch.alpine_native()