Release v2.2.24

This commit is contained in:
grossmj
2021-08-25 20:31:25 +09:30
parent 78c2ded2aa
commit 59a89c5f88
3 changed files with 14 additions and 3 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.24dev1"
__version_info__ = (2, 2, 24, 99)
__version__ = "2.2.24"
__version_info__ = (2, 2, 24, 0)
if "dev" in __version__:
try: