CLI Release 2021.4.0.post3

This commit is contained in:
2021-05-22 15:10:50 +02:00
parent 59832742b6
commit 7a48917fb4
21 changed files with 49 additions and 46 deletions

View File

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