Fixed cpl new command

This commit is contained in:
2022-01-15 22:16:17 +01:00
parent 62ac976b99
commit 24172c658c
22 changed files with 39 additions and 43 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.11.0.post1'
__version__ = '2021.11.0.post2'
from collections import namedtuple
# imports:
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')