Prepare 3.3.2 release

This commit is contained in:
Oliver Smith 2025-03-21 17:58:35 +01:00
parent 7781554ab2
commit 86ca58f13b
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

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.3.2"
# Python version check # Python version check
# === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION === # === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION ===