Published new version

This commit is contained in:
2021-12-07 16:07:21 +01:00
parent 21f50f3b24
commit 32a856f8e8
14 changed files with 27 additions and 27 deletions

View File

@@ -15,7 +15,7 @@ __title__ = 'cpl_core.application'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.11.0.post1'
__version__ = '2021.11.0.post2'
from collections import namedtuple
@@ -26,4 +26,4 @@ from .application_builder_abc import ApplicationBuilderABC
from .startup_abc import StartupABC
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='11', micro='0.post1')
version_info = VersionInfo(major='2021', minor='11', micro='0.post2')