Prepare 3.4.2 release

This commit is contained in:
Newbyte 2025-05-27 11:50:37 +02:00
parent 6f28877dab
commit 0c6de7abb8
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.1"
__version__ = "3.4.2"
# Python version check
# === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION ===