From 680ee1bf97be811e5e19e5653457e50edad46f75 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 3 Jan 2020 05:28:24 +0100 Subject: [PATCH] Prepare 1.13.0 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 1990b6a3..4d5f49ad 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.12.0" +version = "1.13.0" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys"