Bump version for alpha3 and update changelog

This commit is contained in:
Julian Stirling 2025-10-09 19:55:42 +01:00
parent 513a9e40bd
commit 96ffbb2b49
5 changed files with 66 additions and 6 deletions

View file

@ -19,7 +19,7 @@ THIS_DIR = os.path.dirname(__file__)
TRUE_REPO_DIR = os.path.dirname(THIS_DIR)
# For explicit version checking.
VER_STRING = "3.0.0-alpha2"
VER_STRING = "3.0.0-alpha3"
# This is the regex provided by https://semver.org/
SEMVER_REGEX = re.compile(