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
# pmbootstrap version
__version__ = "3.3.1"
__version__ = "3.4.0"
# Python version check
# === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION ===