Publish 2021.4.1.post5

This commit is contained in:
2021-03-15 18:37:21 +01:00
parent 57bae9f291
commit d61da17ebd
26 changed files with 52 additions and 52 deletions

View File

@@ -15,11 +15,11 @@ __title__ = 'cpl_cli.templates.generate'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.4.1.post4'
__version__ = '2021.4.1.post5'
from collections import namedtuple
# imports:
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='04', micro='01-4')
version_info = VersionInfo(major='2021', minor='04', micro='01-5')