Set version to 3.0.0_alpha (MR 2252)

Let pmbootstrap display 3.0.0_alpha on crash, so it's clear when people
are using the new codebase.

  Before you report this error, ensure that pmbootstrap is up to date.
  Find the latest version here: https://gitlab.com/postmarketOS/pmbootstrap/-/tags
  Your version: 3.0.0_alpha
This commit is contained in:
Oliver Smith 2024-06-20 21:33:19 +02:00
parent 9fdf49ef0e
commit e2461f00a2
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -21,7 +21,7 @@ from .core.context import get_context
from .commands import run_command from .commands import run_command
# pmbootstrap version # pmbootstrap version
__version__ = "2.3.1" __version__ = "3.0.0_alpha"
# Python version check # Python version check
version = sys.version_info version = sys.version_info