Bump version to 14, update changelog (#3489)

This commit is contained in:
zhexu14
2025-02-22 17:41:03 +11:00
committed by GitHub
parent 51e46653b9
commit 88eded41ae
5 changed files with 16 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
from pathlib import Path
MAJOR_VERSION = 13
MAJOR_VERSION = 14
MINOR_VERSION = 0
MICRO_VERSION = 0
VERSION_NUMBER = ".".join(str(v) for v in (MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION))