Release v2.2.26

This commit is contained in:
grossmj
2021-10-08 21:02:04 +10:30
parent 7009459b0c
commit 6cb8b9a75e
3 changed files with 10 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.26dev1"
__version_info__ = (2, 2, 26, 99)
__version__ = "2.2.26"
__version_info__ = (2, 2, 26, 0)
if "dev" in __version__:
try: