From 110b5821acdc4f230463390f663515b6d288ed2f Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 19 May 2019 19:46:43 +0200 Subject: [PATCH] Prepare 1.6.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 474d2345..46249caa 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -30,7 +30,7 @@ from pmb.config.merge_with_args import merge_with_args # # Exported variables (internal configuration) # -version = "1.6.0" +version = "1.6.1" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys"