Release 12.0

This commit is contained in:
Mike Edmunds
2024-09-09 12:25:26 -07:00
parent 063fb08a58
commit 35383c7140
2 changed files with 9 additions and 10 deletions

View File

@@ -2,6 +2,6 @@
# Instead, load version info from the package root.
#: major.minor or major.minor.patch (optionally with .devN suffix)
__version__ = "12.0.dev0"
__version__ = "12.0"
VERSION = __version__.split(",")