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.0 release

This commit is contained in:
Stefan Hansson 2025-05-13 19:42:56 +02:00
parent ba6bb4272d
commit aebf99e988
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 from .commands import run_command
# pmbootstrap version # pmbootstrap version
__version__ = "3.3.1" __version__ = "3.4.0"
# Python version check # Python version check
# === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION === # === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION ===