From afecbb151dea132a6ec51593c0137b4d14b59cc1 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 19 Jan 2025 14:08:06 +0100 Subject: [PATCH] Prepare 3.2.0 release --- pmb/__init__.py | 2 +- pmb/config/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pmb/__init__.py b/pmb/__init__.py index 5f967350..a8193d41 100644 --- a/pmb/__init__.py +++ b/pmb/__init__.py @@ -25,7 +25,7 @@ from .core.context import get_context from .commands import run_command # pmbootstrap version -__version__ = "3.1.0" +__version__ = "3.2.0" # Python version check # === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION === diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index ddec1a95..f8ced8ee 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -30,7 +30,7 @@ apk_keys_path: Path = pmb_src / "pmb/data/keys" # (which may contain a vulnerable apk/openssl, and allows an attacker to # exploit the system!) apk_tools_min_version = { - "edge": "2.14.6-r2", + "edge": "2.14.9-r0", "v3.21": "2.14.6-r2", "v3.20": "2.14.4-r1", "v3.19": "2.14.4-r0",