Release v2.2.42

This commit is contained in:
grossmj
2023-08-09 21:11:57 +10:00
parent cd87ac4474
commit 08139ebdd1
5 changed files with 20 additions and 5 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.42.dev4"
__version_info__ = (2, 2, 42, 99)
__version__ = "2.2.42"
__version_info__ = (2, 2, 42, 0)
if "dev" in __version__:
try: