1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-12 19:09:56 +03:00

Prepare 3.5.2 release

This commit is contained in:
Newbyte 2025-07-02 20:16:02 +02:00
parent 3f09e87346
commit 799140da2b
No known key found for this signature in database
GPG key ID: ACD854892B38D898

View file

@ -24,7 +24,7 @@ from .core.context import get_context
from .commands import run_command
# pmbootstrap version
__version__ = "3.5.0"
__version__ = "3.5.2"
# Python version check
# === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION ===