Updated packages (Build RC2)

This commit is contained in:
2022-09-18 11:37:50 +02:00
parent a724216563
commit 1ed721cccb
57 changed files with 129 additions and 126 deletions

View File

@@ -15,7 +15,7 @@ __title__ = 'cpl_query.enumerable'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
__version__ = '2022.10.0rc1'
__version__ = '2022.10rc2'
from collections import namedtuple
@@ -27,4 +27,4 @@ from .ordered_enumerable import OrderedEnumerable
from .ordered_enumerable_abc import OrderedEnumerableABC
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2022', minor='10', micro='0.rc1')
version_info = VersionInfo(major='2022', minor='10', micro='rc2')