CPL Release 2021.4.0.post2

This commit is contained in:
2021-05-23 12:41:59 +02:00
parent 7a48917fb4
commit d5b2d3605b
16 changed files with 33 additions and 29 deletions

View File

@@ -15,11 +15,11 @@ __title__ = 'cpl'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.4.0.post1'
__version__ = '2021.4.0.post2'
from collections import namedtuple
# imports:
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='4', micro='0.post1')
version_info = VersionInfo(major='2021', minor='4', micro='0.post2')