Prepare 3.2.0 release

This commit is contained in:
Oliver Smith 2025-01-19 14:08:06 +01:00
parent 016dbe42fe
commit afecbb151d
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 2 additions and 2 deletions

View file

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