Update version for alpha 4 release and update changelog

This commit is contained in:
Julian Stirling 2025-12-08 14:58:27 +00:00
parent 6d74a68eca
commit 5375e9578b
5 changed files with 68 additions and 5 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-alpha3"
VER_STRING = "3.0.0-alpha4"
# This is the regex provided by https://semver.org/
SEMVER_REGEX = re.compile(