Release v2.2.50

This commit is contained in:
grossmj
2024-10-21 12:14:18 +10:00
parent 0aac62d03a
commit 2b5c6ce8fb
4 changed files with 17 additions and 4 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.50.dev1"
__version_info__ = (2, 2, 50, 99)
__version__ = "2.2.50"
__version_info__ = (2, 2, 50, 0)
if "dev" in __version__:
try: