Release v2.2.39

This commit is contained in:
grossmj
2023-05-08 19:17:02 +08:00
parent 68f9c55f3d
commit d6ea546ff7
3 changed files with 11 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.39.dev1"
__version_info__ = (2, 2, 39, 99)
__version__ = "2.2.39"
__version_info__ = (2, 2, 39, 0)
if "dev" in __version__:
try: