Removed handled vars from values in JP

This commit is contained in:
2023-07-19 11:33:59 +02:00
parent 43ea732c5f
commit affbbc822d
17 changed files with 39 additions and 37 deletions

View File

@@ -15,7 +15,7 @@ __title__ = "cpl_core.console"
__author__ = "Sven Heidemann"
__license__ = "MIT"
__copyright__ = "Copyright (c) 2020 - 2023 sh-edraft.de"
__version__ = "2023.4.0.post4"
__version__ = "2023.4.0.post5"
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="2023", minor="4", micro="0.post4")
version_info = VersionInfo(major="2023", minor="4", micro="0.post5")