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

Prepare 3.4.1 release

This commit is contained in:
Newbyte 2025-05-25 15:13:41 +02:00
parent f4001310f2
commit 5783d1c507
No known key found for this signature in database
GPG key ID: ACD854892B38D898

View file

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