Prepare 1.3.0 release

Increase pakage version and minimum required apk version. The latter
should be done with every new release from now on, so we always have a
recent version there. I've updated the pmbootstrep release checklist
accordingly: https://wiki.postmarketos.org/wiki/Pmbootstrap_release
This commit is contained in:
Oliver Smith 2019-01-22 08:52:40 +01:00
parent cf2e28d3c2
commit 1161594e66
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 2 deletions

View File

@ -30,14 +30,14 @@ from pmb.config.merge_with_args import merge_with_args
#
# Exported variables (internal configuration)
#
version = "1.2.0"
version = "1.3.0"
pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..")
apk_keys_path = pmb_src + "/pmb/data/keys"
# Update this frequently to prevent a MITM attack with an outdated version
# (which may contain a vulnerable apk/libressl, and allows an attacker to
# exploit the system!)
apk_tools_static_min_version = "2.10.1-r0"
apk_tools_static_min_version = "2.10.3-r1"
# postmarketOS aports compatibility (checked against "version" in pmaports.cfg)
pmaports_min_version = "2"