Set next version as 11.1 (#3382)

This PR sets versions & changelog to a 11.1 bugfix release.
This commit is contained in:
zhexu14
2024-04-22 22:55:39 +10:00
committed by GitHub
parent 55c77ed7c3
commit 13ff69c4df
3 changed files with 7 additions and 8 deletions

View File

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