From 80a7fe8aafa09cd4a58c2c84b8d4e6e7bf01ede0 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 30 Sep 2019 00:38:04 +0200 Subject: [PATCH] Prepare 1.8.3 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 1c708f69..e7ea50fd 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.8.2" +version = "1.8.3" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys"