Release v2.2.46

This commit is contained in:
grossmj
2024-02-26 16:55:12 +08:00
parent ab05784c33
commit e8a7e80456
6 changed files with 16 additions and 6 deletions

View File

@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.46.dev1"
__version_info__ = (2, 2, 46, 99)
__version__ = "2.2.46"
__version_info__ = (2, 2, 46, 0)
if "dev" in __version__:
try: