Removed german string 'this is a automatic...' in mail client

This commit is contained in:
2022-10-18 20:44:08 +02:00
parent 89ac9e90d6
commit c611045290
17 changed files with 30 additions and 34 deletions

View File

@@ -15,7 +15,7 @@ __title__ = 'cpl_core.console'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__version__ = '2022.10.0.post6'
__version__ = '2022.10.0.post7'
from collections import namedtuple
@@ -28,4 +28,4 @@ from .foreground_color_enum import ForegroundColorEnum
from .spinner_thread import SpinnerThread
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2022', minor='10', micro='0.post6')
version_info = VersionInfo(major='2022', minor='10', micro='0.post7')