Release 2022.7

This commit is contained in:
2022-07-10 18:08:44 +02:00
parent 2772ea8df2
commit 4a766e8284
45 changed files with 94 additions and 15 deletions

View File

@@ -19,6 +19,7 @@ __version__ = '2022.6.0'
from collections import namedtuple
# imports:
VersionInfo = namedtuple('VersionInfo', 'major minor micro')